mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 07:58:44 +02:00
Documentation additions.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Mon Oct 20 22:06:12 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gobject.h (struct _GObjectClass): Add /*< public >*/
|
||||
and /*< private >*/ markers for documentation purposes.
|
||||
|
||||
Sat Oct 18 01:24:14 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtypeplugin.h (struct _GTypePluginClass): Add /*< public >*/
|
||||
|
@@ -75,7 +75,8 @@ struct _GObjectClass
|
||||
/*< private >*/
|
||||
GSList *construct_properties;
|
||||
|
||||
/* public overridable methods */
|
||||
/*< public >*/
|
||||
/* overridable methods */
|
||||
GObject* (*constructor) (GType type,
|
||||
guint n_construct_properties,
|
||||
GObjectConstructParam *construct_properties);
|
||||
@@ -98,6 +99,7 @@ struct _GObjectClass
|
||||
/* signals */
|
||||
void (*notify) (GObject *object,
|
||||
GParamSpec *pspec);
|
||||
/*< private >*/
|
||||
/* padding */
|
||||
gpointer pdummy[8];
|
||||
};
|
||||
|
Reference in New Issue
Block a user