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.

Parameters:

this

a Engine.

dir

Directory to list.

Returns:

List of Entry.