diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-09-14 16:39:58 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-09-14 16:39:58 +0200 |
commit | ebe2ae321de14f459849e4256ecc78c494858fd4 (patch) | |
tree | 107bd355bfdd50603178c4e8e10d819f932c2ff6 /vapi/clutter-gst-3.0.vapi | |
parent | c6dda6bc5f99c9b70d3f9cc1f1ceddf7d0347157 (diff) | |
download | vala-ebe2ae321de14f459849e4256ecc78c494858fd4.tar.gz |
clutter-gst-2.0/3.0: Fix init_with_args() binding
https://bugzilla.gnome.org/show_bug.cgi?id=764259
Diffstat (limited to 'vapi/clutter-gst-3.0.vapi')
-rw-r--r-- | vapi/clutter-gst-3.0.vapi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/clutter-gst-3.0.vapi b/vapi/clutter-gst-3.0.vapi index 38662b381..cfd2911ae 100644 --- a/vapi/clutter-gst-3.0.vapi +++ b/vapi/clutter-gst-3.0.vapi @@ -317,5 +317,5 @@ namespace ClutterGst { public static Clutter.InitError init ([CCode (array_length_cname = "argc", array_length_pos = 0.5)] ref unowned string[]? argv); [CCode (cheader_filename = "clutter-gst/clutter-gst.h")] [Version (since = "1.0")] - public static Clutter.InitError init_with_args ([CCode (array_length_cname = "argc", array_length_pos = 0.5)] ref unowned string[]? argv, string parameter_string, GLib.OptionEntry entries, string translation_domain) throws GLib.Error; + public static Clutter.InitError init_with_args ([CCode (array_length_cname = "argc", array_length_pos = 0.5)] ref unowned string[]? argv, string parameter_string, [CCode (array_length = false, type = "GOptionEntry*")] GLib.OptionEntry[]? entries = null, string? translation_domain = null) throws GLib.Error; } |