Lists the key-value pairs in dir.
Does not list subdirectories; for that use all_dirs. The returned list contains
Entry objects. A Entry contains an <emphasis
>absolute</emphasis> key and a value. The list is not recursive, it contains only the immediate children of dir. To
free the returned list, gconf_entry_free each list element, then g_slist_free the list itself.
| this |
a Engine. |
| dir |
Directory to list. |
|
List of Entry. |