mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
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:
parent
bf6dde87f8
commit
0730ff5b9e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user