all_entries


Description:

public SList<Entry> all_entries (string dir) throws Error

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. Just like gconf_engine_all_entries (), but uses Client caching and error-handling features.

Parameters:

this

a Client.

dir

directory to list.

Returns:

List of Entry.