diff options
author | Torsten Schönfeld <kaffeetisch@gmx.de> | 2011-08-16 19:11:43 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-10-15 18:02:32 -0400 |
commit | 70eff50f218e9bf34dafb97f50f0bc5da9356256 (patch) | |
tree | f813e4289bbf01ecd78387bc7410fd5220c0d0c0 /gio/gfile.c | |
parent | 5dcc502f914db3b57599e6740345b46292a979a4 (diff) |
Add two annotations to gio
https://bugzilla.gnome.org/show_bug.cgi?id=656679
Diffstat (limited to 'gio/gfile.c')
-rw-r--r-- | gio/gfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gfile.c b/gio/gfile.c index 442afe0b1..8d17a8983 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -536,7 +536,7 @@ g_file_dup (GFile *file) /** * g_file_hash: - * @file: #gconstpointer to a #GFile. + * @file: (type GFile): #gconstpointer to a #GFile. * * Creates a hash value for a #GFile. * |