Method
VteTerminalget_termprop_enum
unstable since: 0.82
Declaration [src]
gboolean
vte_terminal_get_termprop_enum (
  VteTerminal* terminal,
  const char* prop,
  GType gtype,
  int64_t* valuep
)
Description [src]
See vte_properties_get_property_enum() for more information.
Available since: 0.82
Parameters
- prop
- 
            Type: const char*A property name of a VTE_PROPERTY_STRINGproperty.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- gtype
- 
            Type: GTypeA GTypeof an enum type.
- valuep
- 
            Type: int64_t*A location to store the value, or NULL.The argument will be set by the function. The argument can be NULL.