diff options
author | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 06:42:31 +0100 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 17:29:40 +0100 |
commit | 6d5cdad56ec7b637438fc2a98c000891dbacef52 (patch) | |
tree | cc07503e24762c06d27c5bb5db47487313f6c9fa /gtk/gtkstatusicon.c | |
parent | 204d1fd0a66528310bee3394a5533ce77938e171 (diff) | |
download | gtk+-6d5cdad56ec7b637438fc2a98c000891dbacef52.tar.gz |
[GI] Annotate strings holding file paths as (type filename)
Diffstat (limited to 'gtk/gtkstatusicon.c')
-rw-r--r-- | gtk/gtkstatusicon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstatusicon.c b/gtk/gtkstatusicon.c index 6e0751edb5..fdc5171f74 100644 --- a/gtk/gtkstatusicon.c +++ b/gtk/gtkstatusicon.c @@ -1185,7 +1185,7 @@ gtk_status_icon_new_from_pixbuf (GdkPixbuf *pixbuf) /** * gtk_status_icon_new_from_file: - * @filename: a filename + * @filename: (type filename): a filename * * Creates a status icon displaying the file @filename. * @@ -1913,7 +1913,7 @@ gtk_status_icon_set_from_pixbuf (GtkStatusIcon *status_icon, /** * gtk_status_icon_set_from_file: * @status_icon: a #GtkStatusIcon - * @filename: a filename + * @filename: (type filename): a filename * * Makes @status_icon display the file @filename. * See gtk_status_icon_new_from_file() for details. |