find_by_display_name


Description:

[ CCode ( cname = "xapp_favorites_find_by_display_name" ) ]
[ Version ( since = "2.0" ) ]
public unowned FavoriteInfo find_by_display_name (string display_name)

Looks for an XAppFavoriteInfo that corresponds to display_name.

Parameters:

this

The Favorites

display_name

The display name 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.