[ 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.
| this |
The Favorites |
| display_name |
The display name 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. |