Enumeration
Gtk.RecentManagerError
Members
Name | Description |
---|---|
GTK_RECENT_MANAGER_ERROR_NOT_FOUND |
the URI specified does not exists in the recently used resources list. |
GTK_RECENT_MANAGER_ERROR_INVALID_URI |
the URI specified is not valid. |
GTK_RECENT_MANAGER_ERROR_INVALID_ENCODING |
the supplied string is not UTF-8 encoded. |
GTK_RECENT_MANAGER_ERROR_NOT_REGISTERED |
no application has registered the specified item. |
GTK_RECENT_MANAGER_ERROR_READ |
failure while reading the recently used resources file. |
GTK_RECENT_MANAGER_ERROR_WRITE |
failure while writing the recently used resources file. |
GTK_RECENT_MANAGER_ERROR_UNKNOWN |
unspecified error. |
Type functions
gtk_recent_manager_error_quark
No description available.