diff options
author | Johan Dahlin <johan@gnome.org> | 2010-08-31 17:50:44 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-08-31 17:50:44 -0300 |
commit | 0188bae837421614d2fffa8e9740d4d909228b88 (patch) | |
tree | f9454943bb8a36ef31f583461d4544f5a443d252 /girepository/gibaseinfo.c | |
parent | 7af39d0ff23d5a8c2316536b864f576f9a2bebc6 (diff) | |
download | gobject-introspection-0188bae837421614d2fffa8e9740d4d909228b88.tar.gz |
[GIRepository] Add missing transfer and skip
Diffstat (limited to 'girepository/gibaseinfo.c')
-rw-r--r-- | girepository/gibaseinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/girepository/gibaseinfo.c b/girepository/gibaseinfo.c index a4c9f90b..07d05019 100644 --- a/girepository/gibaseinfo.c +++ b/girepository/gibaseinfo.c @@ -198,7 +198,7 @@ _g_type_info_init (GIBaseInfo *info, */ /** - * g_base_info_ref: + * g_base_info_ref: (skip) * @info: a #GIBaseInfo * * Increases the reference count of @info. @@ -217,7 +217,7 @@ g_base_info_ref (GIBaseInfo *info) } /** - * g_base_info_unref: + * g_base_info_unref: (skip) * @info: a #GIBaseInfo * * Decreases the reference count of @info. When its reference count |