mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 10:26:16 +01:00
Make gtk-doc handle GLogField
gtk-doc can't deal with typedef struct {...} GLogField, it seems.
This commit is contained in:
parent
f5a8dfb6af
commit
6554086070
@ -152,12 +152,13 @@ typedef enum
|
|||||||
*
|
*
|
||||||
* Since: 2.50
|
* Since: 2.50
|
||||||
*/
|
*/
|
||||||
typedef struct
|
typedef struct _GLogField GLogField;
|
||||||
|
struct _GLogField
|
||||||
{
|
{
|
||||||
const gchar *key;
|
const gchar *key;
|
||||||
gconstpointer value;
|
gconstpointer value;
|
||||||
gssize length;
|
gssize length;
|
||||||
} GLogField;
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GLogWriterFunc:
|
* GLogWriterFunc:
|
||||||
|
Loading…
Reference in New Issue
Block a user