diff options
author | David Zeuthen <davidz@redhat.com> | 2011-04-08 16:29:48 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2011-04-08 16:29:48 -0400 |
commit | ac93a6af88901840b3324c086221c9153608df0a (patch) | |
tree | 1ce5fa9a12bebea6cccf9b84549728e8d7d138fd /gio/gdbusobject.h | |
parent | bf6e10fe5231e892e9f64b0887b6a432047be07a (diff) | |
download | glib-ac93a6af88901840b3324c086221c9153608df0a.tar.gz |
Add "Since: 2.30" for new D-Bus routines
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'gio/gdbusobject.h')
-rw-r--r-- | gio/gdbusobject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/gdbusobject.h b/gio/gdbusobject.h index e941ddd8a..34a084283 100644 --- a/gio/gdbusobject.h +++ b/gio/gdbusobject.h @@ -51,6 +51,8 @@ typedef struct _GDBusObjectIface GDBusObjectIface; * <note><para>The @lookup_with_typecheck and @peek_with_typecheck * virtual functions should only be used by D-Bus interface * implementations.</para></note> + * + * Since: 2.30 */ struct _GDBusObjectIface { |