]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Regenerate all bindings
authorLuca Bruno <lucabru@src.gnome.org>
Sun, 31 Jul 2011 14:41:10 +0000 (16:41 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Mon, 1 Aug 2011 16:17:03 +0000 (18:17 +0200)
vapi/gnome-desktop-2.0.vapi
vapi/goocanvas.vapi
vapi/libgsf-1.vapi
vapi/mx-1.0.vapi
vapi/poppler-glib.vapi
vapi/rest-0.6.vapi
vapi/rest-0.7.vapi
vapi/twitter-glib-1.0.vapi
vapi/vte-2.90.vapi

index 3563cd13e4df86309d2112f22415e68dde3f5819..4f147c81c8513f9aa2e990a57e0ddcb7ef68e158 100644 (file)
@@ -65,7 +65,7 @@ namespace Gnome {
                public void set_location (string location);
                public void set_location_file (string file);
                public void set_string (string attr, string value);
-               public void set_strings (string attr, [CCode (array_length = false)] string[] strings);
+               public void set_strings (string attr, [CCode (array_length = false, array_null_terminated = true)] string[] strings);
        }
        [CCode (cheader_filename = "libgnomeui/gnome-hint.h")]
        public class Hint : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
index b1fd1797fe7c54975f44af2a44fc53a658451d6e..f2b1de55f63823797f434dff6d79eda83e13583b 100644 (file)
@@ -105,7 +105,7 @@ namespace Goo {
        public class CanvasEllipse : Goo.CanvasItemSimple, Goo.CanvasItem {
                [CCode (has_construct_function = false)]
                protected CanvasEllipse ();
-               [CCode (cname = "goo_canvas_ellipse_new")]
+               [CCode (cname = "goo_canvas_ellipse_new", type = "GooCanvasItem*")]
                public static unowned Goo.CanvasEllipse create (Goo.CanvasItem? parent, double center_x, double center_y, double radius_x, double radius_y, ...);
                [NoAccessorMethod]
                public double center_x { get; set; }
@@ -128,7 +128,7 @@ namespace Goo {
        public class CanvasEllipseModel : Goo.CanvasItemModelSimple, Goo.CanvasItemModel {
                [CCode (has_construct_function = false)]
                protected CanvasEllipseModel ();
-               [CCode (cname = "goo_canvas_ellipse_model_new")]
+               [CCode (cname = "goo_canvas_ellipse_model_new", type = "GooCanvasItemModel*")]
                public static unowned Goo.CanvasEllipseModel create (Goo.CanvasItemModel? parent, double center_x, double center_y, double radius_x, double radius_y, ...);
                [NoAccessorMethod]
                public double center_x { get; set; }
@@ -151,7 +151,7 @@ namespace Goo {
        public class CanvasGrid : Goo.CanvasItemSimple, Goo.CanvasItem {
                [CCode (has_construct_function = false)]
                protected CanvasGrid ();
-               [CCode (cname = "goo_canvas_grid_new")]
+               [CCode (cname = "goo_canvas_grid_new", type = "GooCanvasItemModel*")]
                public static unowned Goo.CanvasGrid create (Goo.CanvasItem? parent, double x, double y, double width, double height, double x_step, double y_step, double x_offset, double y_offset, ...);
                [NoAccessorMethod]
                public string border_color { set; }
@@ -210,7 +210,7 @@ namespace Goo {
        public class CanvasGridModel : Goo.CanvasItemModelSimple, Goo.CanvasItemModel {
                [CCode (has_construct_function = false)]
                protected CanvasGridModel ();
-               [CCode (cname = "goo_canvas_grid_model_new")]
+               [CCode (cname = "goo_canvas_grid_model_new", type = "GooCanvasItemModel*")]
                public static unowned Goo.CanvasGridModel create (Goo.CanvasItemModel? parent, double x, double y, double width, double height, double x_step, double y_step, double x_offset, double y_offset, ...);
                [NoAccessorMethod]
                public string border_color { set; }
@@ -269,7 +269,7 @@ namespace Goo {
        public class CanvasGroup : Goo.CanvasItemSimple, Goo.CanvasItem {
                [CCode (has_construct_function = false)]
                protected CanvasGroup ();
-               [CCode (cname = "goo_canvas_group_new")]
+               [CCode (cname = "goo_canvas_group_new", type = "GooCanvasItem*")]
                public static unowned Goo.CanvasGroup create (Goo.CanvasItem? parent, ...);
                [NoAccessorMethod]
                public double height { get; set; }
@@ -284,7 +284,7 @@ namespace Goo {
        public class CanvasGroupModel : Goo.CanvasItemModelSimple, Goo.CanvasItemModel {
                [CCode (has_construct_function = false)]
                protected CanvasGroupModel ();
-               [CCode (cname = "goo_canvas_group_model_new")]
+               [CCode (cname = "goo_canvas_group_model_new", type = "GooCanvasItemModel*")]
                public static unowned Goo.CanvasGroupModel create (Goo.CanvasItemModel? parent, ...);
                [NoAccessorMethod]
                public double height { get; set; }
@@ -299,7 +299,7 @@ namespace Goo {
        public class CanvasImage : Goo.CanvasItemSimple, Goo.CanvasItem {
                [CCode (has_construct_function = false)]
                protected CanvasImage ();
-               [CCode (cname = "goo_canvas_image_new")]
+               [CCode (cname = "goo_canvas_image_new", type = "GooCanvasItem*")]
                public static unowned Goo.CanvasImage create (Goo.CanvasItem? parent, Gdk.Pixbuf pixbuf, double x, double y, ...);
                [NoAccessorMethod]
                public double height { get; set; }
@@ -320,7 +320,7 @@ namespace Goo {
        public class CanvasImageModel : Goo.CanvasItemModelSimple, Goo.CanvasItemModel {
                [CCode (has_construct_function = false)]
                protected CanvasImageModel ();
-               [CCode (cname = "goo_canvas_image_model_new")]
+               [CCode (cname = "goo_canvas_image_model_new", type = "GooCanvasItemModel*")]
                public static unowned Goo.CanvasImageModel create (Goo.CanvasItemModel? parent, Gdk.Pixbuf pixbuf, double x, double y, ...);
                [NoAccessorMethod]
                public double height { get; set; }
@@ -472,7 +472,7 @@ namespace Goo {
        public class CanvasPath : Goo.CanvasItemSimple, Goo.CanvasItem {
                [CCode (has_construct_function = false)]
                protected CanvasPath ();
-               [CCode (cname = "goo_canvas_path_new")]
+               [CCode (cname = "goo_canvas_path_new", type = "GooCanvasItem*")]
                public static unowned Goo.CanvasPath create (Goo.CanvasItem? parent, string path_data, ...);
                [NoAccessorMethod]
                public string data { set; }
@@ -489,7 +489,7 @@ namespace Goo {
        public class CanvasPathModel : Goo.CanvasItemModelSimple, Goo.CanvasItemModel {
                [CCode (has_construct_function = false)]
                protected CanvasPathModel ();
-               [CCode (cname = "goo_canvas_path_model_new")]
+               [CCode (cname = "goo_canvas_path_model_new", type = "GooCanvasItemModel*")]
                public static unowned Goo.CanvasPathModel create (Goo.CanvasItemModel? parent, string path_data, ...);
                [NoAccessorMethod]
                public string data { set; }
@@ -515,9 +515,9 @@ namespace Goo {
        public class CanvasPolyline : Goo.CanvasItemSimple, Goo.CanvasItem {
                [CCode (has_construct_function = false)]
                protected CanvasPolyline ();
-               [CCode (cname = "goo_canvas_polyline_new")]
+               [CCode (cname = "goo_canvas_polyline_new", type = "GooCanvasItem*")]
                public static unowned Goo.CanvasPolyline create (Goo.CanvasItem? parent, bool close_path, int num_points, ...);
-               [CCode (cname = "goo_canvas_polyline_new_line")]
+               [CCode (cname = "goo_canvas_polyline_new_line", type = "GooCanvasItem*")]
                public static unowned Goo.CanvasPolyline create_line (Goo.CanvasItem? parent, double x1, double y1, double x2, double y2, ...);
                [NoAccessorMethod]
                public double arrow_length { get; set; }
@@ -561,9 +561,9 @@ namespace Goo {
        public class CanvasPolylineModel : Goo.CanvasItemModelSimple, Goo.CanvasItemModel {
                [CCode (has_construct_function = false)]
                protected CanvasPolylineModel ();
-               [CCode (cname = "goo_canvas_polyline_model_new")]
+               [CCode (cname = "goo_canvas_polyline_model_new", type = "GooCanvasItemModel*")]
                public static unowned Goo.CanvasPolylineModel create (Goo.CanvasItemModel? parent, bool close_path, int num_points, ...);
-               [CCode (cname = "goo_canvas_polyline_model_new_line")]
+               [CCode (cname = "goo_canvas_polyline_model_new_line", type = "GooCanvasItemModel*")]
                public static unowned Goo.CanvasPolylineModel create_line (Goo.CanvasItemModel? parent, double x1, double y1, double x2, double y2, ...);
                [NoAccessorMethod]
                public double arrow_length { get; set; }
@@ -592,7 +592,7 @@ namespace Goo {
        public class CanvasRect : Goo.CanvasItemSimple, Goo.CanvasItem {
                [CCode (has_construct_function = false)]
                protected CanvasRect ();
-               [CCode (cname = "goo_canvas_rect_new")]
+               [CCode (cname = "goo_canvas_rect_new", type = "GooCanvasItem*")]
                public static unowned Goo.CanvasRect create (Goo.CanvasItem? parent, double x, double y, double width, double height, ...);
                [NoAccessorMethod]
                public double height { get; set; }
@@ -611,7 +611,7 @@ namespace Goo {
        public class CanvasRectModel : Goo.CanvasItemModelSimple, Goo.CanvasItemModel {
                [CCode (has_construct_function = false)]
                protected CanvasRectModel ();
-               [CCode (cname = "goo_canvas_rect_model_new")]
+               [CCode (cname = "goo_canvas_rect_model_new", type = "GooCanvasItemModel*")]
                public static unowned Goo.CanvasRectModel create (Goo.CanvasItemModel? parent, double x, double y, double width, double height, ...);
                [NoAccessorMethod]
                public double height { get; set; }
@@ -644,7 +644,7 @@ namespace Goo {
        public class CanvasTable : Goo.CanvasGroup, Goo.CanvasItem {
                [CCode (has_construct_function = false)]
                protected CanvasTable ();
-               [CCode (cname = "goo_canvas_table_new")]
+               [CCode (cname = "goo_canvas_table_new", type = "GooCanvasItem*")]
                public static unowned Goo.CanvasTable create (Goo.CanvasItem? parent, ...);
                [NoAccessorMethod]
                public double column_spacing { get; set; }
@@ -667,7 +667,7 @@ namespace Goo {
        public class CanvasTableModel : Goo.CanvasGroupModel, Goo.CanvasItemModel {
                [CCode (has_construct_function = false)]
                protected CanvasTableModel ();
-               [CCode (cname = "goo_canvas_table_model_new")]
+               [CCode (cname = "goo_canvas_table_model_new", type = "GooCanvasItemModel*")]
                public static unowned Goo.CanvasTableModel create (Goo.CanvasItemModel? parent, ...);
                [NoAccessorMethod]
                public double column_spacing { get; set; }
@@ -690,7 +690,7 @@ namespace Goo {
        public class CanvasText : Goo.CanvasItemSimple, Goo.CanvasItem {
                [CCode (has_construct_function = false)]
                protected CanvasText ();
-               [CCode (cname = "goo_canvas_text_new")]
+               [CCode (cname = "goo_canvas_text_new", type = "GooCanvasItem*")]
                public static unowned Goo.CanvasText create (Goo.CanvasItem? parent, string str, double x, double y, double width, Gtk.AnchorType anchor, ...);
                public void get_natural_extents (out unowned Pango.Rectangle? ink_rect, out unowned Pango.Rectangle? logical_rect);
                [NoAccessorMethod]
@@ -718,7 +718,7 @@ namespace Goo {
        public class CanvasTextModel : Goo.CanvasItemModelSimple, Goo.CanvasItemModel {
                [CCode (has_construct_function = false)]
                protected CanvasTextModel ();
-               [CCode (cname = "goo_canvas_text_model_new")]
+               [CCode (cname = "goo_canvas_text_model_new", type = "GooCanvasItemModel*")]
                public static unowned Goo.CanvasTextModel create (Goo.CanvasItemModel? parent, string str, double x, double y, double width, Gtk.AnchorType anchor, ...);
                [NoAccessorMethod]
                public Pango.Alignment alignment { get; set; }
@@ -745,7 +745,7 @@ namespace Goo {
        public class CanvasWidget : Goo.CanvasItemSimple, Goo.CanvasItem {
                [CCode (has_construct_function = false)]
                protected CanvasWidget ();
-               [CCode (cname = "goo_canvas_widget_new")]
+               [CCode (cname = "goo_canvas_widget_new", type = "GooCanvasItem*")]
                public static unowned Goo.CanvasWidget create (Goo.CanvasItem? parent, Gtk.Widget widget, double x, double y, double width, double height, ...);
                [NoAccessorMethod]
                public Gtk.AnchorType anchor { get; set; }
index 7de6c7a88c9c1c42f56fc38e3ae902c352bf221d..9bce1afa6b959307643a06ddfef0979973ea4435 100644 (file)
@@ -535,7 +535,7 @@ namespace Gsf {
        [CCode (cprefix = "GSF_ERROR_", cheader_filename = "gsf/gsf-utils.h")]
        public errordomain Error {
                OUT_OF_MEMORY,
-               INVALID_DATA,
+               INVALID_DATA
        }
        [CCode (cheader_filename = "gsf/gsf.h")]
        public delegate void OpenPkgIter (Gsf.Input opkg, Gsf.OpenPkgRel rel);
index a20d3f5b25bcb6580a1478578f07807b31603a54..4468d4f480776d7af6c99073fa60c90922d62372 100644 (file)
@@ -546,7 +546,7 @@ namespace Mx {
                public Style ();
                public void @get (Mx.Stylable stylable, ...);
                public static unowned Mx.Style get_default ();
-               public void get_property (Mx.Stylable stylable, Clutter.ParamSpecColor pspec, GLib.Value value);
+               public void get_property (Mx.Stylable stylable, GLib.ParamSpec pspec, GLib.Value value);
                public void get_valist (Mx.Stylable stylable, string first_property_name, void* va_args);
                public bool load_from_file (string filename) throws GLib.Error;
                public virtual signal void changed ();
@@ -783,14 +783,14 @@ namespace Mx {
        public interface Stylable {
                public void apply_clutter_text_attributes (Clutter.Text text);
                public void connect_change_notifiers ();
-               public unowned Clutter.ParamSpecColor find_property (string property_name);
+               public unowned GLib.ParamSpec find_property (string property_name);
                public void @get (...);
                public bool get_default_value (string property_name, GLib.Value value_out);
                public void get_property (string property_name, GLib.Value value);
                public abstract unowned Mx.Style get_style ();
                public abstract unowned string get_style_class ();
                public abstract unowned string get_style_pseudo_class ();
-               public unowned Clutter.ParamSpecColor list_properties (uint n_props);
+               public unowned GLib.ParamSpec list_properties (uint n_props);
                public abstract void set_style (Mx.Style style);
                public abstract void set_style_class (string style_class);
                public abstract void set_style_pseudo_class (string pseudo_class);
index 0ea5a0b9977dff665409c40d50d6d567d7936778..3a0d545005466316c451d947083017fa20c07057 100644 (file)
@@ -618,7 +618,7 @@ namespace Poppler {
                DIRECTION_RTL
        }
        [CCode (cheader_filename = "poppler.h", has_target = false)]
-       public delegate bool AttachmentSaveFunc (string buf, size_t count, void* data, GLib.Error error);
+       public delegate bool AttachmentSaveFunc (string buf, size_t count, void* data) throws GLib.Error;
        [CCode (cheader_filename = "poppler.h")]
        public const int HAS_CAIRO;
        [CCode (cheader_filename = "poppler.h")]
index 4133a001e180b198da8c93f57a6f0f2da201e738..e47b77c40d7a0ebb89b39bb6efec14471c42ce93 100644 (file)
@@ -122,7 +122,7 @@ namespace Rest {
        }
        [CCode (cprefix = "REST_PROXY_CALL_", cheader_filename = "rest/rest-proxy-call.h")]
        public errordomain ProxyCallError {
-               FAILED,
+               FAILED
        }
        [CCode (cprefix = "REST_PROXY_ERROR_", cheader_filename = "rest/rest-proxy.h")]
        public errordomain ProxyError {
@@ -163,7 +163,7 @@ namespace Rest {
                HTTP_BAD_GATEWAY,
                HTTP_SERVICE_UNAVAILABLE,
                HTTP_GATEWAY_TIMEOUT,
-               HTTP_HTTP_VERSION_NOT_SUPPORTED,
+               HTTP_HTTP_VERSION_NOT_SUPPORTED
        }
        [CCode (cheader_filename = "rest/oauth-proxy.h")]
        public delegate void OAuthProxyAuthCallback (Rest.OAuthProxy proxy, GLib.Error? error, GLib.Object? weak_object);
index 7c140a31af09ab43b2ad4bc7cdcea81c056e0780..ad6b96e047d87d6588a6047d6bb18ca50b0e8fdd 100644 (file)
@@ -1,4 +1,4 @@
-/* rest-0.7.vapi generated by lt-vapigen, do not modify. */
+/* rest-0.7.vapi generated by vapigen, do not modify. */
 
 [CCode (cprefix = "Rest", lower_case_cprefix = "rest_", gir_namespace = "Rest", gir_version = "0.7")]
 namespace Rest {
index 60869be761401e660d9afc47013983331db04636..9f682692d6161390fa796dc1d4117e81b9dab839 100644 (file)
@@ -172,7 +172,7 @@ namespace Twitter {
                TIMED_OUT,
                FAILED,
                NOT_MODIFIED,
-               PARSE_ERROR,
+               PARSE_ERROR
        }
        [CCode (cheader_filename = "twitter-glib/twitter-glib.h")]
        public const string GLIB_API_VERSION_S;
index 2e5ec0e1b2a86574b430cafadf78d495bcb54944..0bdb767d02b40f980ffa1aca5cceeb885ea37545 100644 (file)
@@ -1,4 +1,4 @@
-/* vte-2.90.vapi generated by lt-vapigen, do not modify. */
+/* vte-2.90.vapi generated by vapigen, do not modify. */
 
 [CCode (cprefix = "Vte", lower_case_cprefix = "vte_", gir_namespace = "Vte", gir_version = "2.90")]
 namespace Vte {