+2009-01-04 Jürg Billeter <j@bitron.ch>
+
+ * vapi/packages/gtk+-2.0/:
+
+ Fix gtk_init_with_args binding, fixes bug 547135
+
+ * vapi/gtk+-2.0.vapi: regenerated
+
2009-01-04 Jürg Billeter <j@bitron.ch>
* vala/valamethodcall.vala:
-/* gtk+-2.0.vapi generated by lt-vapigen, do not modify. */
+/* gtk+-2.0.vapi generated by vapigen, do not modify. */
[CCode (cprefix = "Gtk", lower_case_cprefix = "gtk_")]
namespace Gtk {
[CCode (cheader_filename = "gtk/gtk.h")]
public static bool init_check ([CCode (array_length_pos = 0.9)] ref unowned string[] argv);
[CCode (cheader_filename = "gtk/gtk.h")]
- public static bool init_with_args ([CCode (array_length_pos = 0.9)] ref unowned string[] argv, string parameter_string, GLib.OptionEntry[] entries, string translation_domain) throws GLib.Error;
+ public static bool init_with_args ([CCode (array_length_pos = 0.9)] ref unowned string[] argv, string parameter_string, [CCode (array_length = false)] GLib.OptionEntry[] entries, string translation_domain) throws GLib.Error;
[CCode (cheader_filename = "gtk/gtk.h")]
public static uint key_snooper_install (Gtk.KeySnoopFunc snooper, void* func_data);
[CCode (cheader_filename = "gtk/gtk.h")]
gtk_init_check_abi_check.argv is_array="1" is_ref="1" array_length_pos="0.9"
gtk_init_with_args.argc hidden="1"
gtk_init_with_args.argv is_array="1" is_ref="1" array_length_pos="0.9"
-gtk_init_with_args.entries is_array="1"
+gtk_init_with_args.entries is_array="1" no_array_length="1"
GtkItem::deselect has_emitter="1"
GtkItem::select has_emitter="1"
GtkItem::toggle has_emitter="1"