[Compact]
[CCode (cheader_filename = "gst/gst.h")]
public class DebugCategory {
- public uint color;
- public weak string description;
- public weak string name;
- public int threshold;
[CCode (cname = "GST_CAT_DEBUG")]
public void debug (string format, ...);
[CCode (cname = "GST_CAT_DEBUG_OBJECT")]
[CCode (cheader_filename = "gst/gst.h")]
public static int debug_construct_win_color (uint colorinfo);
[CCode (cheader_filename = "gst/gst.h")]
- public static unowned GLib.SList debug_get_all_categories ();
+ public static GLib.SList<Gst.DebugCategory> debug_get_all_categories ();
[CCode (cheader_filename = "gst/gst.h")]
public static Gst.DebugLevel debug_get_default_threshold ();
[CCode (cheader_filename = "gst/gst.h")]
gst_clock_new_single_shot_id hidden="1"
gst_clock_new_periodic_id hidden="1"
GstCoreError errordomain="1"
+GstDebugCategory.* hidden="1"
GstDebugLevel to_string="gst_debug_level_get_name"
+gst_debug_get_all_categories transfer_ownership="1" type_arguments="DebugCategory"
gst_debug_level_get_name hidden="1"
GstElement::no_more_pads has_emitter="1"
GstElement.pads type_arguments="Pad"