[ CCode ( cname = "xapp_favorites_find_by_uri" ) ]
[ Version ( since = "2.0" ) ]
public unowned FavoriteInfo find_by_uri (string uri)
Looks for an XAppFavoriteInfo that corresponds to uri.
| this |
The Favorites |
| uri |
The uri to lookup info for. |
|
an XAppFavoriteInfo or NULL if one was not found. This is owned by the favorites manager and should not be freed. |