BookmarkList
Object Hierarchy:
Description:
[
CCode ( type_id =
"gtk_bookmark_list_get_type ()" ) ]
public sealed class BookmarkList :
Object,
ListModel
A list model that wraps `GBookmarkFile`.
It presents a `GListModel` and fills it asynchronously with the `GFileInfo`s returned from that function.
The `GFileInfo`s in the list have some attributes in the recent namespace added: `recent:GtkBookmarkList:private` (boolean)
and `recent:applications` (stringv).
Content:
Properties:
Creation methods:
Methods:
- public unowned string? get_attributes ()
Gets the attributes queried on the children.
- public unowned string get_filename ()
Returns the filename of the bookmark file that this list is loading.
- public int get_io_priority ()
Gets the IO priority to use while loading file.
- public bool is_loading ()
Returns true if the files are
currently being loaded.
- public void set_attributes (string? attributes)
Sets the attributes to be enumerated and starts the
enumeration.
- public void set_io_priority (int io_priority)
Sets the IO priority to use while loading files.
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface GLib.ListModel