[mutter/wip/tintou/clutter-frame-clock-delegates: 216/216] clutter/frame-clock: Skip the ClutterFrameListenerIface from the introspection




commit 0730ff5b9e51ee67f2841c582c7609fc50c410ba
Author: Corentin Noël <corentin noel collabora com>
Date:   Tue Oct 13 10:56:50 2020 +0200

    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

 clutter/clutter/clutter-frame-clock.h | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/clutter/clutter/clutter-frame-clock.h b/clutter/clutter/clutter-frame-clock.h
index 3c9ab7b5ad..cf6c5c8569 100644
--- a/clutter/clutter/clutter-frame-clock.h
+++ b/clutter/clutter/clutter-frame-clock.h
@@ -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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]