[ CCode ( cname = "xapp_favorites_get_favorites" ) ]
[ Version ( since = "2.0" ) ]
public List<FavoriteInfo> get_favorites (string[]? mimetypes)
Gets a list of all favorites.
If mimetype is not null, the list will contain only favorites with that mimetype.
| this |
The Favorites |
| mimetypes |
The mimetypes to filter by for results |
|
a list of FavoriteInfos. Free the list with g_list_free, free elements with free. |