RecentManagerError
Description:
[ CCode ( cprefix = "GTK_RECENT_MANAGER_ERROR_" , type_id = "gtk_recent_manager_error_get_type ()" ) ]
public errordomain RecentManagerError
Error codes for `GtkRecentManager` operations
Content:
Error codes:
- INVALID_ENCODING - the
supplied string is not UTF-8 encoded.
- INVALID_URI - the URI specified
is not valid.
- NOT_FOUND - the URI specified does
not exists in the recently used resources list.
- NOT_REGISTERED - no
application has registered the specified item.
- READ - failure while reading the
recently used resources file.
- UNKNOWN - unspecified error.
- WRITE - failure while writing the
recently used resources file.
Static methods: