find_by_uri


Description:

[ 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.

Parameters:

this

The Favorites

uri

The uri to lookup info for.

Returns:

an XAppFavoriteInfo or NULL if one was not found. This is owned by the favorites manager and should not be freed.