]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Hide private fields from Gst.DebugCategory
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 27 Mar 2010 14:56:24 +0000 (15:56 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 8 Apr 2010 08:30:51 +0000 (10:30 +0200)
vapi/gstreamer-0.10.vapi
vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata

index 8ca3e382d0de34d8fd90ab3677c79a9457f97a23..eafec5837005251b226d9ad3c896b8a56d554286 100644 (file)
@@ -290,10 +290,6 @@ namespace Gst {
        [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")]
@@ -2525,7 +2521,7 @@ namespace Gst {
        [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")]
index be2777a35df326ec59f24586612933a15d464f30..d07d5f5b8d0b0d02ed15ca7d9eb2032b0b39b3c2 100644 (file)
@@ -109,7 +109,9 @@ gst_clock_get_calibration.rate_denom is_out="1"
 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"