list_property_keys
Description:
[ CCode ( array_length_pos = 2.1 , array_length_type = "guint" ) ]
public static (unowned string)[] list_property_keys (string operation_type, string property_name)
public static (unowned string)[] list_property_keys (string operation_type, string property_name)
Parameters:
operation_type |
the name of the operation type we want to query to property keys for. |
property_name |
the property to query a key for. |
n_keys |
return location for number of property keys. |
Returns:
An allocated NULL terminated array of property-key names. The list should be freed with g_free after use. |