From: Juerg Billeter Date: Thu, 31 Jan 2008 12:31:42 +0000 (+0000) Subject: regenerated X-Git-Tag: VALA_0_1_7~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c878f08e4fe5accecffaebf9416973f6a1622771;p=thirdparty%2Fvala.git regenerated 2008-01-31 Juerg Billeter * 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 --- diff --git a/ChangeLog b/ChangeLog index f4d7fa74d..72bea048c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-01-31 Jürg Billeter + + * 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 * vapi/packages/gnome-desktop-2.0/: update to gnome-desktop 2.21.90 diff --git a/vapi/atk.vapi b/vapi/atk.vapi index d32bd8900..e4507023b 100644 --- a/vapi/atk.vapi +++ b/vapi/atk.vapi @@ -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 { diff --git a/vapi/gdk-pixbuf-2.0.vapi b/vapi/gdk-pixbuf-2.0.vapi index b0cc2e943..3995729bb 100644 --- a/vapi/gdk-pixbuf-2.0.vapi +++ b/vapi/gdk-pixbuf-2.0.vapi @@ -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); diff --git a/vapi/gstreamer-0.10.vapi b/vapi/gstreamer-0.10.vapi index 51ef001e5..9ec773114 100644 --- a/vapi/gstreamer-0.10.vapi +++ b/vapi/gstreamer-0.10.vapi @@ -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); diff --git a/vapi/gstreamer-controller-0.10.vapi b/vapi/gstreamer-controller-0.10.vapi index 9366bd944..c1eb54c4e 100644 --- a/vapi/gstreamer-controller-0.10.vapi +++ b/vapi/gstreamer-controller-0.10.vapi @@ -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); diff --git a/vapi/gstreamer-interfaces-0.10.vapi b/vapi/gstreamer-interfaces-0.10.vapi index 9589d431e..e45dad3fc 100644 --- a/vapi/gstreamer-interfaces-0.10.vapi +++ b/vapi/gstreamer-interfaces-0.10.vapi @@ -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")] diff --git a/vapi/gstreamer-rtsp-0.10.vapi b/vapi/gstreamer-rtsp-0.10.vapi index db70d14bd..b5dc892f2 100644 --- a/vapi/gstreamer-rtsp-0.10.vapi +++ b/vapi/gstreamer-rtsp-0.10.vapi @@ -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); diff --git a/vapi/gstreamer-video-0.10.vapi b/vapi/gstreamer-video-0.10.vapi index 2fe5f1418..58a19b4ac 100644 --- a/vapi/gstreamer-video-0.10.vapi +++ b/vapi/gstreamer-video-0.10.vapi @@ -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); diff --git a/vapi/gtk+-2.0.vapi b/vapi/gtk+-2.0.vapi index 614bf9ee5..41ef99858 100644 --- a/vapi/gtk+-2.0.vapi +++ b/vapi/gtk+-2.0.vapi @@ -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 (); diff --git a/vapi/poppler-glib.vapi b/vapi/poppler-glib.vapi index 5afbdfc18..5a8474ce1 100644 --- a/vapi/poppler-glib.vapi +++ b/vapi/poppler-glib.vapi @@ -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; }