mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 21:33:09 +02:00
Use the proper private triglyph
It's `/*< ... >*/`, not `/* <...> */`.
This commit is contained in:
parent
b68a03b9b6
commit
edbd878523
@ -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__ */
|
||||||
|
|
||||||
|
2
girffi.h
2
girffi.h
@ -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];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user