| Import line: | Gtk = imports.gi.Gtk; |
| GIR File: | Gtk-2.0.gir |
| C documentation: | GtkRecentFilterFlags |
| Enum : | RecentFilterFlags |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Gtk.RecentFilterFlags.AGE : 32
|
|
|
Number Gtk.RecentFilterFlags.APPLICATION : 8
|
|
|
Number Gtk.RecentFilterFlags.DISPLAY_NAME : 2
|
|
|
Number Gtk.RecentFilterFlags.GROUP : 16
|
|
|
Number Gtk.RecentFilterFlags.MIME_TYPE : 4
|
|
|
Number Gtk.RecentFilterFlags.URI : 1
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gtk.RecentFilter
Method |
Adds a rule to a filter that allows resources based on a custom callback function.
|
|
Gtk.RecentFilter
Method |
get_needed
()
:
Gtk.RecentFilterFlags
Gets the fields that need to be filled in for the structure passed to gtk_recent_filter_filter() This function will not typically be used by applications; it is intended principally for use in the implementation of GtkRecentChooser.
|