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>
This commit is contained in:
David Zeuthen
2010-07-07 15:57:37 -04:00
parent 62a1ccf526
commit 2d2a321a4b
16 changed files with 89 additions and 135 deletions

View File

@@ -46,10 +46,6 @@ struct _GDBusAuthClass
{
/*< private >*/
GObjectClass parent_class;
/*< private >*/
/* Padding for future expansion */
gpointer padding[16];
};
struct _GDBusAuth