mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
shell-util: Fix a bogus annotation
Creating a new instance is not (transfer none), unless I'm missing somehting here... https://bugzilla.gnome.org/show_bug.cgi?id=661231
This commit is contained in:
parent
786cfbd397
commit
67b7b7a950
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ shell_util_get_label_for_uri (const char *text_uri)
|
|||
* Look up the icon that should be associated with a given URI. Handles
|
||||
* various special GNOME-internal cases like x-nautilus-search, etc.
|
||||
*
|
||||
* Return Value: (transfer none): A new #GIcon
|
||||
* Return Value: (transfer full): A new #GIcon
|
||||
*/
|
||||
GIcon *
|
||||
shell_util_get_icon_for_uri (const char *text_uri)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue