]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0, gtk+-3.0: fix IconTheme.get_search_path argument type
authorEvan Nemerson <evan@coeus-group.com>
Fri, 16 Dec 2011 19:35:59 +0000 (11:35 -0800)
committerJürg Billeter <j@bitron.ch>
Wed, 21 Dec 2011 15:20:24 +0000 (16:20 +0100)
vapi/gtk+-2.0.vapi
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index 35a9a4d7231bbc06b4651c0882743132a5edee2c..bc3c87f15f26393a05ddeaa7f32834f231dc46f7 100644 (file)
@@ -2087,7 +2087,7 @@ namespace Gtk {
                public unowned string get_example_icon_name ();
                public static unowned Gtk.IconTheme get_for_screen (Gdk.Screen screen);
                public int get_icon_sizes (string icon_name);
-               public void get_search_path (string path, int n_elements);
+               public void get_search_path (out string[] path);
                public bool has_icon (string icon_name);
                public GLib.List<string> list_contexts ();
                public GLib.List<string> list_icons (string context);
index b6bd093f3606e35efd160c85258b8d56fd043309..ac86816a6d21b489a04256c51ab83ea77357a253 100644 (file)
@@ -2214,7 +2214,7 @@ namespace Gtk {
                public unowned string get_example_icon_name ();
                public static unowned Gtk.IconTheme get_for_screen (Gdk.Screen screen);
                public int get_icon_sizes (string icon_name);
-               public void get_search_path (string path, int n_elements);
+               public void get_search_path (out string[] path);
                public bool has_icon (string icon_name);
                public GLib.List<string> list_contexts ();
                public GLib.List<string> list_icons (string context);
index 3ce5869eb9e73baedbdad5fc45a09ca05dcd863e..a6bd494a2652d1c935d73d64016b1d509199513b 100644 (file)
@@ -241,6 +241,8 @@ gtk_icon_view_get_selected_items transfer_ownership="1" type_arguments="TreePath
 gtk_icon_set_copy transfer_ownership="1"
 gtk_icon_source_copy transfer_ownership="1"
 gtk_icon_theme_list_contexts transfer_ownership="1" type_arguments="string"
+gtk_icon_theme_get_search_path.path is_array="1" is_out="1" transfer_ownership="1"
+gtk_icon_theme_get_search_path.n_elements hidden="1"
 gtk_icon_theme_list_icons transfer_ownership="1" type_arguments="string"
 gtk_icon_theme_load_icon transfer_ownership="1" nullable="1"
 gtk_icon_theme_lookup_icon transfer_ownership="1"
index 0149cde048f28d73c890a2af905a9719384c68fd..1a3cdb486d30f6182124fb12fff892e7d85aa40f 100644 (file)
@@ -292,6 +292,8 @@ gtk_icon_view_get_tooltip_context.y is_out="1"
 gtk_icon_view_get_selected_items transfer_ownership="1" type_arguments="TreePath"
 gtk_icon_set_copy transfer_ownership="1"
 gtk_icon_source_copy transfer_ownership="1"
+gtk_icon_theme_get_search_path.path is_array="1" is_out="1" transfer_ownership="1"
+gtk_icon_theme_get_search_path.n_elements hidden="1"
 gtk_icon_theme_list_contexts transfer_ownership="1" type_arguments="string"
 gtk_icon_theme_list_icons transfer_ownership="1" type_arguments="string"
 gtk_icon_theme_load_icon transfer_ownership="1" nullable="1"