vala r939 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r939 - in trunk: . vapi
- Date: Thu, 31 Jan 2008 12:31:43 +0000 (GMT)
Author: juergbi
Date: Thu Jan 31 12:31:42 2008
New Revision: 939
URL: http://svn.gnome.org/viewvc/vala?rev=939&view=rev
Log:
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
Modified:
trunk/ChangeLog
trunk/vapi/atk.vapi
trunk/vapi/gdk-pixbuf-2.0.vapi
trunk/vapi/gstreamer-0.10.vapi
trunk/vapi/gstreamer-controller-0.10.vapi
trunk/vapi/gstreamer-interfaces-0.10.vapi
trunk/vapi/gstreamer-rtsp-0.10.vapi
trunk/vapi/gstreamer-video-0.10.vapi
trunk/vapi/gtk+-2.0.vapi
trunk/vapi/poppler-glib.vapi
Modified: trunk/vapi/atk.vapi
==============================================================================
--- trunk/vapi/atk.vapi (original)
+++ trunk/vapi/atk.vapi Thu Jan 31 12:31:42 2008
@@ -254,8 +254,8 @@
[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 {
Modified: trunk/vapi/gdk-pixbuf-2.0.vapi
==============================================================================
--- trunk/vapi/gdk-pixbuf-2.0.vapi (original)
+++ trunk/vapi/gdk-pixbuf-2.0.vapi Thu Jan 31 12:31:42 2008
@@ -191,7 +191,7 @@
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);
Modified: trunk/vapi/gstreamer-0.10.vapi
==============================================================================
--- trunk/vapi/gstreamer-0.10.vapi (original)
+++ trunk/vapi/gstreamer-0.10.vapi Thu Jan 31 12:31:42 2008
@@ -879,7 +879,7 @@
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 @@
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 @@
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 @@
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 @@
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 @@
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);
Modified: trunk/vapi/gstreamer-controller-0.10.vapi
==============================================================================
--- trunk/vapi/gstreamer-controller-0.10.vapi (original)
+++ trunk/vapi/gstreamer-controller-0.10.vapi Thu Jan 31 12:31:42 2008
@@ -22,7 +22,7 @@
[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 @@
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);
Modified: trunk/vapi/gstreamer-interfaces-0.10.vapi
==============================================================================
--- trunk/vapi/gstreamer-interfaces-0.10.vapi (original)
+++ trunk/vapi/gstreamer-interfaces-0.10.vapi Thu Jan 31 12:31:42 2008
@@ -87,7 +87,7 @@
[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")]
Modified: trunk/vapi/gstreamer-rtsp-0.10.vapi
==============================================================================
--- trunk/vapi/gstreamer-rtsp-0.10.vapi (original)
+++ trunk/vapi/gstreamer-rtsp-0.10.vapi Thu Jan 31 12:31:42 2008
@@ -250,7 +250,7 @@
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);
Modified: trunk/vapi/gstreamer-video-0.10.vapi
==============================================================================
--- trunk/vapi/gstreamer-video-0.10.vapi (original)
+++ trunk/vapi/gstreamer-video-0.10.vapi Thu Jan 31 12:31:42 2008
@@ -83,7 +83,7 @@
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);
Modified: trunk/vapi/gtk+-2.0.vapi
==============================================================================
--- trunk/vapi/gtk+-2.0.vapi (original)
+++ trunk/vapi/gtk+-2.0.vapi Thu Jan 31 12:31:42 2008
@@ -1324,12 +1324,12 @@
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 @@
[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 @@
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 ();
Modified: trunk/vapi/poppler-glib.vapi
==============================================================================
--- trunk/vapi/poppler-glib.vapi (original)
+++ trunk/vapi/poppler-glib.vapi Thu Jan 31 12:31:42 2008
@@ -293,7 +293,7 @@
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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]