diff options
author | David Zeuthen <davidz@redhat.com> | 2011-06-04 21:37:37 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2011-06-04 21:37:37 -0400 |
commit | f1e5af4e120439d5c26ac4f277cbc315d0ce2504 (patch) | |
tree | 14c8f59132a2ea956caa89c28cf6fb17650b75cf | |
parent | b3effbf6833f9514dd3e4a57c35b28e6cd4aefae (diff) | |
download | glib-f1e5af4e120439d5c26ac4f277cbc315d0ce2504.tar.gz glib-f1e5af4e120439d5c26ac4f277cbc315d0ce2504.tar.bz2 glib-f1e5af4e120439d5c26ac4f277cbc315d0ce2504.zip |
GDBusObject: Remove comment non-existant virtual functions
These were nuked a while ago.
Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r-- | gio/gdbusobject.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gio/gdbusobject.h b/gio/gdbusobject.h index 5212926b9..30983b11e 100644 --- a/gio/gdbusobject.h +++ b/gio/gdbusobject.h @@ -45,10 +45,6 @@ typedef struct _GDBusObjectIface GDBusObjectIface; * * Base object type for D-Bus objects. * - * <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 |