summaryrefslogtreecommitdiff
path: root/gtk/gtkimage.c
diff options
context:
space:
mode:
authorPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 06:42:31 +0100
committerPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 17:29:40 +0100
commit6d5cdad56ec7b637438fc2a98c000891dbacef52 (patch)
treecc07503e24762c06d27c5bb5db47487313f6c9fa /gtk/gtkimage.c
parent204d1fd0a66528310bee3394a5533ce77938e171 (diff)
downloadgtk+-6d5cdad56ec7b637438fc2a98c000891dbacef52.tar.gz
[GI] Annotate strings holding file paths as (type filename)
Diffstat (limited to 'gtk/gtkimage.c')
-rw-r--r--gtk/gtkimage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c
index 8dc74bead9..473bb3ade9 100644
--- a/gtk/gtkimage.c
+++ b/gtk/gtkimage.c
@@ -556,7 +556,7 @@ gtk_image_get_property (GObject *object,
/**
* gtk_image_new_from_file:
- * @filename: a filename
+ * @filename: (type filename): a filename
*
* Creates a new #GtkImage displaying the file @filename. If the file
* isn't found or can't be loaded, the resulting #GtkImage will
@@ -762,7 +762,7 @@ gtk_image_new_from_gicon (GIcon *icon,
/**
* gtk_image_set_from_file:
* @image: a #GtkImage
- * @filename: (allow-none): a filename or %NULL
+ * @filename: (type filename) (allow-none): a filename or %NULL
*
* See gtk_image_new_from_file() for details.
**/