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/gtkaccelmap.c | |
parent | 204d1fd0a66528310bee3394a5533ce77938e171 (diff) | |
download | gtk+-6d5cdad56ec7b637438fc2a98c000891dbacef52.tar.gz |
[GI] Annotate strings holding file paths as (type filename)
Diffstat (limited to 'gtk/gtkaccelmap.c')
-rw-r--r-- | gtk/gtkaccelmap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkaccelmap.c b/gtk/gtkaccelmap.c index 2b0fc3d519..26577738f6 100644 --- a/gtk/gtkaccelmap.c +++ b/gtk/gtkaccelmap.c @@ -669,7 +669,7 @@ gtk_accel_map_load_fd (gint fd) /** * gtk_accel_map_load: - * @file_name: a file containing accelerator specifications, + * @file_name: (type filename): a file containing accelerator specifications, * in the GLib file name encoding * * Parses a file previously saved with gtk_accel_map_save() for @@ -780,8 +780,8 @@ gtk_accel_map_save_fd (gint fd) /** * gtk_accel_map_save: - * @file_name: the name of the file to contain accelerator specifications, - * in the GLib file name encoding + * @file_name: (type filename): the name of the file to contain + * accelerator specifications, in the GLib file name encoding * * Saves current accelerator specifications (accelerator path, key * and modifiers) to @file_name. |