mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02:00
Fix the description for g_app_info_get_icon()
It can return NULL when there is no default icon.
This commit is contained in:
@@ -465,7 +465,8 @@ g_app_info_remove_supports_type (GAppInfo *appinfo,
|
|||||||
*
|
*
|
||||||
* Gets the icon for the application.
|
* Gets the icon for the application.
|
||||||
*
|
*
|
||||||
* Returns: (transfer none): the default #GIcon for @appinfo.
|
* Returns: (transfer none): the default #GIcon for @appinfo or %NULL
|
||||||
|
* if there is no default icon.
|
||||||
**/
|
**/
|
||||||
GIcon *
|
GIcon *
|
||||||
g_app_info_get_icon (GAppInfo *appinfo)
|
g_app_info_get_icon (GAppInfo *appinfo)
|
||||||
|
Reference in New Issue
Block a user