mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 02:16:17 +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
|
||||
*/
|
||||
typedef struct
|
||||
typedef struct _GLogField GLogField;
|
||||
struct _GLogField
|
||||
{
|
||||
const gchar *key;
|
||||
gconstpointer value;
|
||||
gssize length;
|
||||
} GLogField;
|
||||
};
|
||||
|
||||
/**
|
||||
* GLogWriterFunc:
|
||||
|
Loading…
Reference in New Issue
Block a user