summaryrefslogtreecommitdiff
path: root/gio/gdbusauthmechanismanon.h
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-07-07 15:57:37 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-07-07 15:57:37 -0400
commit2d2a321a4b5943d408cabe54e3da48360ae7e4ac (patch)
tree5b86edde1713204d1dc73467f5ae1ba988f22fd0 /gio/gdbusauthmechanismanon.h
parent62a1ccf526e7b23ac39cdf7251eac5706eef3f57 (diff)
downloadglib-2d2a321a4b5943d408cabe54e3da48360ae7e4ac.tar.gz
GDBus: Hide class structures for classes we don't want to be subclassed
E.g. move these C structures out of public header files and into their respective C files. Also nuke padding since this is no longer needed. This leaves only GDBusProxy as an extendable type. Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'gio/gdbusauthmechanismanon.h')
-rw-r--r--gio/gdbusauthmechanismanon.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gio/gdbusauthmechanismanon.h b/gio/gdbusauthmechanismanon.h
index 92d11b96a..744044e10 100644
--- a/gio/gdbusauthmechanismanon.h
+++ b/gio/gdbusauthmechanismanon.h
@@ -47,10 +47,6 @@ struct _GDBusAuthMechanismAnonClass
{
/*< private >*/
GDBusAuthMechanismClass parent_class;
-
- /*< private >*/
- /* Padding for future expansion */
- gpointer padding[16];
};
struct _GDBusAuthMechanismAnon