mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 09:58:54 +02:00
Add /*< public >*/ and /*< private >*/ markers for documentation purposes.
Sat Oct 18 01:30:47 2003 Matthias Clasen <maclas@gmx.de> * gtypeplugin.h (struct _GTypePluginClass): Add /*< public >*/ and /*< private >*/ markers for documentation purposes. * gobject/tmpl/gboxed.sgml: * gobject/tmpl/gtypeplugin.sgml: * gobject/tmpl/enumerations_flags.sgml: Additions.
This commit is contained in:
committed by
Matthias Clasen
parent
a414fb77de
commit
0cbbe0bcdf
@@ -50,8 +50,10 @@ typedef void (*GTypePluginCompleteInterfaceInfo) (GTypePlugin *plugin,
|
||||
GInterfaceInfo *info);
|
||||
struct _GTypePluginClass
|
||||
{
|
||||
/*< private >*/
|
||||
GTypeInterface base_iface;
|
||||
|
||||
/*< public >*/
|
||||
GTypePluginUse use_plugin;
|
||||
GTypePluginUnuse unuse_plugin;
|
||||
GTypePluginCompleteTypeInfo complete_type_info;
|
||||
|
Reference in New Issue
Block a user