Function

Vte-3.91Vteinstall_termpropSince 0.78

  • Installs a new terminal property that can be set by the application.

    name must follow the rules for termprop names as laid out above; it must have at least 4 components, the first two of which must be "vte", and "ext". Use the VTE_TERMPROP_NAME_PREFIX macro which defines this name prefix.

    You should use an identifier for your terminal as the first component after the prefix, as a namespace marker.

    It is a programming error to call this function with a name that does not meet these requirements.

    It is a programming error to call this function after any Vte.Terminal instances have been created.

    It is a programming error to call this function if the named termprop is already installed with a different type or flags.

    Parameters

    Returns number

    an ID for the termprop

    0.78