mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
Add some padding to the class.
Sat Feb 23 13:28:56 2002 Owen Taylor <otaylor@redhat.com> * gtypeplugin.h (struct _GTypePluginClass): Add some padding to the class. * gclosure.h (struct _GClosure): Fix typo in comment.
This commit is contained in:
@@ -53,6 +53,12 @@ struct _GTypeModuleClass
|
||||
|
||||
gboolean (* load) (GTypeModule *module);
|
||||
void (* unload) (GTypeModule *module);
|
||||
|
||||
/* Padding for future expansion */
|
||||
void (*reserved1) (void);
|
||||
void (*reserved2) (void);
|
||||
void (*reserved3) (void);
|
||||
void (*reserved4) (void);
|
||||
};
|
||||
|
||||
GType g_type_module_get_type (void);
|
||||
|
Reference in New Issue
Block a user