skip MetaWaylandFrameCallback for gtk-doc

gtk-doc has a bug in its parser where it doesn't allow the first field
of a struct to have something of the form `struct foo bar;`.

See also https://github.com/GNOME/gtk-doc/blob/master/gtkdoc/common.py#L236
This commit is contained in:
Niels De Graef 2019-01-17 09:54:07 +01:00 committed by Niels De Graef
parent b2d0184c6e
commit 46453c7a7d

View File

@ -35,6 +35,9 @@
typedef struct _MetaXWaylandSelection MetaXWaylandSelection;
/**
* MetaWaylandFrameCallback: (skip)
*/
typedef struct
{
struct wl_list link;