]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
regenerated
authorJuerg Billeter <j@bitron.ch>
Thu, 31 Jan 2008 12:31:42 +0000 (12:31 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Thu, 31 Jan 2008 12:31:42 +0000 (12:31 +0000)
2008-01-31  Juerg Billeter  <j@bitron.ch>

* vapi/atk.vapi, vapi/gdk-pixbuf-2.0.vapi, vapi/gstreamer-0.10.vapi,
  vapi/gstreamer-controller-0.10.vapi,
  vapi/gstreamer-interfaces-0.10.vapi, vapi/gstreamer-rtsp-0.10.vapi,
  vapi/gstreamer-video-0.10.vapi, vapi/gtk+-2.0.vapi,
  vapi/poppler-glib.vapi: regenerated

svn path=/trunk/; revision=939

ChangeLog
vapi/atk.vapi
vapi/gdk-pixbuf-2.0.vapi
vapi/gstreamer-0.10.vapi
vapi/gstreamer-controller-0.10.vapi
vapi/gstreamer-interfaces-0.10.vapi
vapi/gstreamer-rtsp-0.10.vapi
vapi/gstreamer-video-0.10.vapi
vapi/gtk+-2.0.vapi
vapi/poppler-glib.vapi

index f4d7fa74da3325cf607dcacf2b6a0a7ba391e6ce..72bea048cca82c9531f4e2d7f9ca2792736b44a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-01-31  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/atk.vapi, vapi/gdk-pixbuf-2.0.vapi, vapi/gstreamer-0.10.vapi,
+         vapi/gstreamer-controller-0.10.vapi,
+         vapi/gstreamer-interfaces-0.10.vapi, vapi/gstreamer-rtsp-0.10.vapi,
+         vapi/gstreamer-video-0.10.vapi, vapi/gtk+-2.0.vapi,
+         vapi/poppler-glib.vapi: regenerated
+
 2008-01-31  Jürg Billeter  <j@bitron.ch>
 
        * vapi/packages/gnome-desktop-2.0/: update to gnome-desktop 2.21.90
index d32bd89006413ee58d23c7c4c3e6bf5e4f1873d0..e4507023b8980dea236e764ea625c7946c05d65e 100644 (file)
@@ -254,8 +254,8 @@ namespace Atk {
        [CCode (cheader_filename = "atk/atk.h")]
        public class PropertyValues {
                public weak string property_name;
-               public weak GLib.Value old_value;
-               public weak GLib.Value new_value;
+               public GLib.Value old_value;
+               public GLib.Value new_value;
        }
        [CCode (cheader_filename = "atk/atk.h")]
        public class State {
index b0cc2e94329d223c15cc9ce19eb4215bc7009679..3995729bb936d4318795d0a6ee064ccb1293c575 100644 (file)
@@ -191,7 +191,7 @@ namespace Gdk {
                public pointer from_pixbuf (Gdk.Pixbuf pixbuf, bool use_rle);
                [NoArrayLength]
                public weak uchar[] serialize (out uint stream_length_p);
-               public weak GLib.String to_csource (string name, Gdk.PixdataDumpType dump_type);
+               public weak GLib.StringBuilder to_csource (string name, Gdk.PixdataDumpType dump_type);
        }
        public static delegate void PixbufDestroyNotify (uchar[] pixels, pointer data);
        public static delegate bool PixbufSaveFunc (string buf, ulong count, GLib.Error error, pointer data);
index 51ef001e59d14691752ef31ccf78ae59bcc8325f..9ec773114938b14dd52b60285b3b23b4fc44152f 100644 (file)
@@ -879,7 +879,7 @@ namespace Gst {
                public bool get_uint_index (string tag, uint index, uint value);
                public bool get_ulong (string tag, ulong value);
                public bool get_ulong_index (string tag, uint index, ulong value);
-               public weak GLib.Value get_value_index (string tag, uint index);
+               public GLib.Value get_value_index (string tag, uint index);
                public void insert (Gst.TagList from, Gst.TagMergeMode mode);
                public bool is_empty ();
                public weak Gst.TagList merge (Gst.TagList list2, Gst.TagMergeMode mode);
@@ -1047,12 +1047,12 @@ namespace Gst {
                public GLib.Quark get_name_id ();
                public weak string get_string (string fieldname);
                public bool get_uint (string fieldname, out uint value);
-               public weak GLib.Value get_value (string fieldname);
+               public GLib.Value get_value (string fieldname);
                public bool has_field (string fieldname);
                public bool has_field_typed (string fieldname, GLib.Type type);
                public bool has_name (string name);
                public static weak Gst.Structure id_empty_new (GLib.Quark quark);
-               public weak GLib.Value id_get_value (GLib.Quark field);
+               public GLib.Value id_get_value (GLib.Quark field);
                public void id_set (GLib.Quark fieldname, ...);
                public void id_set_valist (GLib.Quark fieldname, pointer varargs);
                public void id_set_value (GLib.Quark field, GLib.Value value);
@@ -1876,8 +1876,8 @@ namespace Gst {
        public static weak Gst.Element parse_launch (string pipeline_description) throws GLib.Error;
        [NoArrayLength]
        public static weak Gst.Element parse_launchv (string[] argv) throws GLib.Error;
-       public static void print_element_args (GLib.String buf, int indent, Gst.Element element);
-       public static void print_pad_caps (GLib.String buf, int indent, Gst.Pad pad);
+       public static void print_element_args (GLib.StringBuilder buf, int indent, Gst.Element element);
+       public static void print_pad_caps (GLib.StringBuilder buf, int indent, Gst.Pad pad);
        public static GLib.Quark resource_error_quark ();
        public static bool segtrap_is_enabled ();
        public static void segtrap_set_enabled (bool enabled);
@@ -1911,7 +1911,7 @@ namespace Gst {
        public static void value_array_append_value (GLib.Value value, GLib.Value append_value);
        public static uint value_array_get_size (GLib.Value value);
        public static GLib.Type value_array_get_type ();
-       public static weak GLib.Value value_array_get_value (GLib.Value value, uint index);
+       public static GLib.Value value_array_get_value (GLib.Value value, uint index);
        public static void value_array_prepend_value (GLib.Value value, GLib.Value prepend_value);
        public static bool value_can_compare (GLib.Value value1, GLib.Value value2);
        public static bool value_can_intersect (GLib.Value value1, GLib.Value value2);
@@ -1928,8 +1928,8 @@ namespace Gst {
        public static uint value_get_fourcc (GLib.Value value);
        public static int value_get_fraction_denominator (GLib.Value value);
        public static int value_get_fraction_numerator (GLib.Value value);
-       public static weak GLib.Value value_get_fraction_range_max (GLib.Value value);
-       public static weak GLib.Value value_get_fraction_range_min (GLib.Value value);
+       public static GLib.Value value_get_fraction_range_max (GLib.Value value);
+       public static GLib.Value value_get_fraction_range_min (GLib.Value value);
        public static int value_get_int_range_max (GLib.Value value);
        public static int value_get_int_range_min (GLib.Value value);
        public static weak Gst.MiniObject value_get_mini_object (GLib.Value value);
@@ -1941,7 +1941,7 @@ namespace Gst {
        public static void value_list_concat (GLib.Value dest, GLib.Value value1, GLib.Value value2);
        public static uint value_list_get_size (GLib.Value value);
        public static GLib.Type value_list_get_type ();
-       public static weak GLib.Value value_list_get_value (GLib.Value value, uint index);
+       public static GLib.Value value_list_get_value (GLib.Value value, uint index);
        public static void value_list_prepend_value (GLib.Value value, GLib.Value prepend_value);
        public static void value_register (Gst.ValueTable table);
        public static void value_register_intersect_func (GLib.Type type1, GLib.Type type2, Gst.ValueIntersectFunc func);
index 9366bd944cee4d55140f74976f43bd451c3663a6..c1eb54c4e7de51710d32566ac5f7533cd0947c65 100644 (file)
@@ -22,7 +22,7 @@ namespace Gst {
        [CCode (cheader_filename = "gst/controller/gstcontroller.h")]
        public class TimedValue {
                public weak Gst.ClockTime timestamp;
-               public weak GLib.Value value;
+               public GLib.Value value;
        }
        [CCode (cheader_filename = "gst/controller/gstcontroller.h")]
        public class ValueArray {
@@ -43,7 +43,7 @@ namespace Gst {
                public weak GLib.List properties;
                public weak GLib.Mutex @lock;
                public weak GLib.Object object;
-               public weak GLib.Value get (string property_name, Gst.ClockTime timestamp);
+               public GLib.Value get (string property_name, Gst.ClockTime timestamp);
                public weak GLib.List get_all (string property_name);
                public weak Gst.ControlSource get_control_source (string property_name);
                public bool get_value_array (Gst.ClockTime timestamp, Gst.ValueArray value_array);
index 9589d431ea4fb840d6388d5d112968d221389d3b..e45dad3fc33c7cd90df4549384ade222a6b2eba9 100644 (file)
@@ -87,7 +87,7 @@ namespace Gst {
        [CCode (cheader_filename = "gst/interfaces/tuner.h")]
        public class TunerNorm : GLib.Object {
                public weak string label;
-               public weak GLib.Value framerate;
+               public GLib.Value framerate;
                public static void changed (Gst.Tuner tuner, Gst.TunerNorm norm);
        }
        [CCode (cheader_filename = "gst/interfaces/colorbalancechannel.h")]
index db70d14bda630ebb8b7940392c35c4897435e677..b5dc892f2a69ced583eee009899cfd075ebeaf90 100644 (file)
@@ -250,7 +250,7 @@ namespace Gst {
                public uchar body;
                public uint body_size;
                public Gst.RTSPResult add_header (Gst.RTSPHeaderField field, string value);
-               public Gst.RTSPResult append_headers (GLib.String str);
+               public Gst.RTSPResult append_headers (GLib.StringBuilder str);
                public Gst.RTSPResult dump ();
                public Gst.RTSPResult get_body (uchar data, uint size);
                public Gst.RTSPResult get_header (Gst.RTSPHeaderField field, string value, int indx);
index 2fe5f14187d6f670fadba88b9ac55592340cb807..58a19b4ac0f4224a7a21a70d619450a91c238dd1 100644 (file)
@@ -83,7 +83,7 @@ namespace Gst {
        public static weak Gst.Caps video_format_new_caps (Gst.VideoFormat format, int width, int height, int framerate_n, int framerate_d, int par_n, int par_d);
        public static bool video_format_parse_caps (Gst.Caps caps, Gst.VideoFormat format, int width, int height);
        public static uint video_format_to_fourcc (Gst.VideoFormat format);
-       public static weak GLib.Value video_frame_rate (Gst.Pad pad);
+       public static GLib.Value video_frame_rate (Gst.Pad pad);
        public static bool video_get_size (Gst.Pad pad, int width, int height);
        public static bool video_parse_caps_framerate (Gst.Caps caps, int fps_n, int fps_d);
        public static bool video_parse_caps_pixel_aspect_ratio (Gst.Caps caps, int par_n, int par_d);
index 614bf9ee5f49b0e4ce359fdc2db5558938a1f7fa..41ef99858f7674835ecc8acba8daa23ae3b2d5b3 100644 (file)
@@ -1324,12 +1324,12 @@ namespace Gtk {
                public GLib.Quark type_name;
                public GLib.Quark property_name;
                public weak string origin;
-               public weak GLib.Value value;
-               public static bool parse_border (GLib.ParamSpec pspec, GLib.String gstring, GLib.Value property_value);
-               public static bool parse_color (GLib.ParamSpec pspec, GLib.String gstring, GLib.Value property_value);
-               public static bool parse_enum (GLib.ParamSpec pspec, GLib.String gstring, GLib.Value property_value);
-               public static bool parse_flags (GLib.ParamSpec pspec, GLib.String gstring, GLib.Value property_value);
-               public static bool parse_requisition (GLib.ParamSpec pspec, GLib.String gstring, GLib.Value property_value);
+               public GLib.Value value;
+               public static bool parse_border (GLib.ParamSpec pspec, GLib.StringBuilder gstring, GLib.Value property_value);
+               public static bool parse_color (GLib.ParamSpec pspec, GLib.StringBuilder gstring, GLib.Value property_value);
+               public static bool parse_enum (GLib.ParamSpec pspec, GLib.StringBuilder gstring, GLib.Value property_value);
+               public static bool parse_flags (GLib.ParamSpec pspec, GLib.StringBuilder gstring, GLib.Value property_value);
+               public static bool parse_requisition (GLib.ParamSpec pspec, GLib.StringBuilder gstring, GLib.Value property_value);
        }
        [CCode (cheader_filename = "gtk/gtk.h")]
        public class RecentFilterInfo {
@@ -1357,7 +1357,7 @@ namespace Gtk {
        [CCode (cheader_filename = "gtk/gtk.h")]
        public class SettingsValue {
                public weak string origin;
-               public weak GLib.Value value;
+               public GLib.Value value;
        }
        [CCode (copy_function = "gtk_stock_item_copy", cheader_filename = "gtk/gtk.h")]
        public class StockItem {
@@ -6221,7 +6221,7 @@ namespace Gtk {
        public static delegate weak Gtk.Notebook NotebookWindowCreationFunc (Gtk.Notebook source, Gtk.Widget page, int x, int y, pointer data);
        public static delegate void PageSetupDoneFunc (Gtk.PageSetup page_setup, pointer data);
        public static delegate void PrintSettingsFunc (string key, string value, pointer user_data);
-       public static delegate bool RcPropertyParser (GLib.ParamSpec pspec, GLib.String rc_string, GLib.Value property_value);
+       public static delegate bool RcPropertyParser (GLib.ParamSpec pspec, GLib.StringBuilder rc_string, GLib.Value property_value);
        public static delegate bool RecentFilterFunc (Gtk.RecentFilterInfo filter_info, pointer user_data);
        public static delegate int RecentSortFunc (Gtk.RecentInfo a, Gtk.RecentInfo b, pointer user_data);
        public static delegate void SignalFunc ();
index 5afbdfc186a3e273c1a97540c13b5d80a978c5d4..5a8474ce1ece5deb67fd242157607fbcb6b50048 100644 (file)
@@ -293,7 +293,7 @@ namespace Poppler {
                public ulong size;
                public GLib.Time mtime;
                public GLib.Time ctime;
-               public weak GLib.String checksum;
+               public weak GLib.StringBuilder checksum;
                public bool save (string filename) throws GLib.Error;
                public bool save_to_callback (Poppler.AttachmentSaveFunc save_func, pointer user_data) throws GLib.Error;
        }