Lists the subdirectories in dir
. The returned list contains
allocated strings. Each string is the absolute path of a
subdirectory. You should g_free() each string in the list, then
g_slist_free() the list itself.
Directory to get subdirectories from.
Lists the key-value pairs in dir
. Does not list subdirectories; for
that use gconf_engine_all_dirs(). The returned list contains #GConfEntry
objects. A #GConfEntry contains an dir
. To free the returned list, gconf_entry_free()
each list element, then g_slist_free() the list itself.
Directory to list.
An opaque data type representing one or more configuration sources.