mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
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:
@@ -47,10 +47,6 @@ struct _GDBusAuthMechanismSha1Class
|
||||
{
|
||||
/*< private >*/
|
||||
GDBusAuthMechanismClass parent_class;
|
||||
|
||||
/*< private >*/
|
||||
/* Padding for future expansion */
|
||||
gpointer padding[16];
|
||||
};
|
||||
|
||||
struct _GDBusAuthMechanismSha1
|
||||
|
Reference in New Issue
Block a user