Method
VteTerminalget_termprop_flags
unstable since: 0.82
Declaration [src]
gboolean
vte_terminal_get_termprop_flags (
  VteTerminal* terminal,
  const char* prop,
  GType gtype,
  gboolean ignore_unknown_flags,
  uint64_t* valuep
)
Description [src]
See vte_properties_get_property_flags() for more information.
Available since: 0.82
Parameters
- prop
- 
            Type: const char*No description available. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- gtype
- 
            Type: GTypeA GTypeof a flags type.
- ignore_unknown_flags
- 
            Type: gbooleanWhether to ignore unknown flags. 
- valuep
- 
            Type: uint64_t*A location to store the value, or NULL.The argument will be set by the function. The argument can be NULL.