clutter/frame-clock: Skip the ClutterFrameListenerIface from the introspection

This can't possibly be used by introspected languages as it is a raw struct.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1413
This commit is contained in:
Corentin Noël 2020-10-13 10:56:50 +02:00
parent bf6dde87f8
commit 0730ff5b9e

View File

@ -40,6 +40,9 @@ G_DECLARE_FINAL_TYPE (ClutterFrameClock, clutter_frame_clock,
CLUTTER, FRAME_CLOCK,
GObject)
/**
* ClutterFrameListenerIface: (skip)
*/
typedef struct _ClutterFrameListenerIface
{
void (* before_frame) (ClutterFrameClock *frame_clock,