| Import line: | Gtk = imports.gi.Gtk; |
| GIR File: | Gtk-3.0.gir |
| C documentation: | GtkRecentFilterFlags |
| Enum : | RecentFilterFlags |
| Properties | |
|---|---|
|
guint32 Gtk.RecentFilterFlags.AGE : 32
|
|
|
guint32 Gtk.RecentFilterFlags.APPLICATION : 8
|
|
|
guint32 Gtk.RecentFilterFlags.DISPLAY_NAME : 2
|
|
|
guint32 Gtk.RecentFilterFlags.GROUP : 16
|
|
|
guint32 Gtk.RecentFilterFlags.MIME_TYPE : 4
|
|
|
guint32 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. |