]> 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)
committerEvan Nemerson <evan@coeus-group.com>
Fri, 16 Dec 2011 19:35:59 +0000 (11:35 -0800)
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 630e73fd3e67d5fbe3d13270845d0b843eb6c191..4df7165b8d531e13dcb1466ee863e84eaf32a98a 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 c4c4de5902b5e7abd89c4faa7989f8858763b6b8..4460977c5476d8ef59043013d9d5a319ce88b2b9 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 afd03267420f36ee1d2c17272e6f8629de5dfa1c..eff00836ecd2ba614c379185989e51b3f73c2f3e 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 d14ad0997a3b10ef54565b2d0fcdc85dc6b15422..e45dcbcd4774594ff12fa41be9a7e90bd9803f58 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"