summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2011-07-31 16:41:10 +0200
committerLuca Bruno <lucabru@src.gnome.org>2011-08-01 18:17:03 +0200
commitd1d89e19f1a1a2d6a16ad10830f1842fadbd7f9e (patch)
tree0d7ac61085d29dac85c9a5a4d0d878c2d1f885fd /vapi
parent41ff2529f22ea92666e7a7d759549c17ecaad4cc (diff)
downloadvala-d1d89e19f1a1a2d6a16ad10830f1842fadbd7f9e.tar.gz
Regenerate all bindings
Diffstat (limited to 'vapi')
-rw-r--r--vapi/gnome-desktop-2.0.vapi2
-rw-r--r--vapi/goocanvas.vapi42
-rw-r--r--vapi/libgsf-1.vapi2
-rw-r--r--vapi/mx-1.0.vapi6
-rw-r--r--vapi/poppler-glib.vapi2
-rw-r--r--vapi/rest-0.6.vapi4
-rw-r--r--vapi/rest-0.7.vapi2
-rw-r--r--vapi/twitter-glib-1.0.vapi2
-rw-r--r--vapi/vte-2.90.vapi2
9 files changed, 32 insertions, 32 deletions
diff --git a/vapi/gnome-desktop-2.0.vapi b/vapi/gnome-desktop-2.0.vapi
index 3563cd13e..4f147c81c 100644
--- a/vapi/gnome-desktop-2.0.vapi
+++ b/vapi/gnome-desktop-2.0.vapi
@@ -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 {
diff --git a/vapi/goocanvas.vapi b/vapi/goocanvas.vapi
index b1fd1797f..f2b1de55f 100644
--- a/vapi/goocanvas.vapi
+++ b/vapi/goocanvas.vapi
@@ -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; }
diff --git a/vapi/libgsf-1.vapi b/vapi/libgsf-1.vapi
index 7de6c7a88..9bce1afa6 100644
--- a/vapi/libgsf-1.vapi
+++ b/vapi/libgsf-1.vapi
@@ -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);
diff --git a/vapi/mx-1.0.vapi b/vapi/mx-1.0.vapi
index a20d3f5b2..4468d4f48 100644
--- a/vapi/mx-1.0.vapi
+++ b/vapi/mx-1.0.vapi
@@ -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);
diff --git a/vapi/poppler-glib.vapi b/vapi/poppler-glib.vapi
index 0ea5a0b99..3a0d54500 100644
--- a/vapi/poppler-glib.vapi
+++ b/vapi/poppler-glib.vapi
@@ -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")]
diff --git a/vapi/rest-0.6.vapi b/vapi/rest-0.6.vapi
index 4133a001e..e47b77c40 100644
--- a/vapi/rest-0.6.vapi
+++ b/vapi/rest-0.6.vapi
@@ -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);
diff --git a/vapi/rest-0.7.vapi b/vapi/rest-0.7.vapi
index 7c140a31a..ad6b96e04 100644
--- a/vapi/rest-0.7.vapi
+++ b/vapi/rest-0.7.vapi
@@ -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 {
diff --git a/vapi/twitter-glib-1.0.vapi b/vapi/twitter-glib-1.0.vapi
index 60869be76..9f682692d 100644
--- a/vapi/twitter-glib-1.0.vapi
+++ b/vapi/twitter-glib-1.0.vapi
@@ -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;
diff --git a/vapi/vte-2.90.vapi b/vapi/vte-2.90.vapi
index 2e5ec0e1b..0bdb767d0 100644
--- a/vapi/vte-2.90.vapi
+++ b/vapi/vte-2.90.vapi
@@ -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 {