Use the proper private triglyph

It's `/*< ... >*/`, not `/* <...> */`.
This commit is contained in:
Emmanuele Bassi 2022-02-13 14:20:03 +00:00
parent b68a03b9b6
commit edbd878523
4 changed files with 4 additions and 5 deletions

View File

@ -40,7 +40,7 @@ G_BEGIN_DECLS
* in a #GIBaseInfo struct. * in a #GIBaseInfo struct.
*/ */
typedef struct { typedef struct {
/* <private> */ /*< private >*/
gpointer data; gpointer data;
gpointer data2; gpointer data2;
gpointer data3; gpointer data3;
@ -100,4 +100,3 @@ GIBaseInfo * g_info_new (GIInfoType type,
G_END_DECLS G_END_DECLS
#endif /* __GIBASEINFO_H__ */ #endif /* __GIBASEINFO_H__ */

View File

@ -53,7 +53,7 @@ typedef struct _GIFunctionInvoker GIFunctionInvoker;
struct _GIFunctionInvoker { struct _GIFunctionInvoker {
ffi_cif cif; ffi_cif cif;
gpointer native_address; gpointer native_address;
/* <private> */ /*< private >*/
gpointer padding[3]; gpointer padding[3];
}; };

View File

@ -1210,7 +1210,7 @@ typedef struct {
} AttributeBlob; } AttributeBlob;
struct _GITypelib { struct _GITypelib {
/* <private> */ /*< private >*/
guchar *data; guchar *data;
gsize len; gsize len;
gboolean owns_memory; gboolean owns_memory;

View File

@ -32,7 +32,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
typedef struct _GIBaseInfoStub { typedef struct _GIBaseInfoStub {
/* <private> */ /*< private >*/
gint32 dummy1; gint32 dummy1;
gint32 dummy2; gint32 dummy2;
gpointer dummy3; gpointer dummy3;