query_termprop


Description:


[ Version ( since = "0.78" ) ]
public bool query_termprop (string name, out unowned string resolved_name, out int prop, out PropertyType type, out PropertyFlags flags)

Gets the property type of the termprop.

For properties installed by install_termprop, the name starts with "vte.ext.".

For an alias termprop (see install_termprop_alias), resolved_name will be name of the alias' target termprop; otherwise it will be name.

Parameters:

name

a termprop name

resolved_name

a location to store the termprop's name

prop

a location to store the termprop's ID

type

a location to store the termprop's type as a PropertyType

flags

a location to store the termprop's flags as a PropertyFlags

Returns:

true iff the termprop exists, and then prop, type and flags will be filled in


Namespace: Vte
Package: vte-2.91