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.
*/
typedef struct {
/* <private> */
/*< private >*/
gpointer data;
gpointer data2;
gpointer data3;
@ -100,4 +100,3 @@ GIBaseInfo * g_info_new (GIInfoType type,
G_END_DECLS
#endif /* __GIBASEINFO_H__ */

View File

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

View File

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

View File

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