get_properties


Description:

[ CCode ( cname = "xfconf_channel_get_properties" ) ]
public HashTable<unowned string,unowned Value?> get_properties (string? property_base)

Retrieves multiple properties from this and stores them in a GenericSet in which the keys correspond to the string (gchar *) property names, and the values correspond to variant (GValue *) values.

The keys and values are owned by the hash table and should be copied if needed. The value of the property specified by property_base (if it exists) and all sub-properties are retrieved. To retrieve all properties in the channel, specify "/" or null for property_base.

Parameters:

this

An Channel.

property_base

The base property name of properties to retrieve.

Returns:

A newly-allocated GenericSet, which should be freed with g_hash_table_destroy when no longer needed.