[CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
public static Clutter.InitError init ([CCode (array_length_pos = 0.9)] ref unowned string[] argv);
[CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
- public static Clutter.InitError init_with_args (int argc, out 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_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 = "clutter-gtk/clutter-gtk.h")]
public static GLib.Quark texture_error_quark ();
[CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
gtk_clutter_get_mid_color.color is_out="1"
gtk_clutter_init.argc hidden="1"
gtk_clutter_init.argv is_array="1" is_ref="1" array_length_pos="0.9"
+gtk_clutter_init_with_args.argc hidden="1"
+gtk_clutter_init_with_args.argv is_array="1" is_ref="1" array_length_pos="0.9"
+gtk_clutter_init_with_args.entries is_array="1" no_array_length="1"
+gtk_clutter_init_with_args.translation_domain nullable="1"