]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0, gtk+-3.0: make IconTheme.list_icons.context nullable
authorEvan Nemerson <evan@coeus-group.com>
Fri, 23 Dec 2011 20:55:05 +0000 (12:55 -0800)
committerEvan Nemerson <evan@coeus-group.com>
Fri, 23 Dec 2011 20:55:05 +0000 (12:55 -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 4d2c38004ff3d152ee5a96c86b68c870727a1a2d..918d70c23b9387a6761b57eea52de969378c5c6e 100644 (file)
@@ -2090,7 +2090,7 @@ namespace Gtk {
                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);
+               public GLib.List<string> list_icons (string? context);
                public Gdk.Pixbuf? load_icon (string icon_name, int size, Gtk.IconLookupFlags flags) throws GLib.Error;
                public Gtk.IconInfo lookup_by_gicon (GLib.Icon icon, int size, Gtk.IconLookupFlags flags);
                public Gtk.IconInfo lookup_icon (string icon_name, int size, Gtk.IconLookupFlags flags);
index eb62cb09333879133732fb574ab9a0dda7715154..19dd525f443a8ea2a1dbb1ab72232a196c8b68e3 100644 (file)
@@ -2222,7 +2222,7 @@ namespace Gtk {
                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);
+               public GLib.List<string> list_icons (string? context);
                public Gdk.Pixbuf? load_icon (string icon_name, int size, Gtk.IconLookupFlags flags) throws GLib.Error;
                public Gtk.IconInfo lookup_by_gicon (GLib.Icon icon, int size, Gtk.IconLookupFlags flags);
                public Gtk.IconInfo lookup_icon (string icon_name, int size, Gtk.IconLookupFlags flags);
index 22f5da99efc25a4f21c815a3e51aa49e04319a29..842664a824c64ca8c6f48137918e694afb78cd49 100644 (file)
@@ -245,6 +245,7 @@ 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_list_icons.context nullable="1"
 gtk_icon_theme_load_icon transfer_ownership="1" nullable="1"
 gtk_icon_theme_lookup_icon transfer_ownership="1"
 gtk_icon_theme_choose_icon transfer_ownership="1"
index 8aba25ad0839153343fc40ba30f3596ee46a4e7d..d3629c7d53b6ccc07d8e3348b45374e491874a25 100644 (file)
@@ -297,6 +297,7 @@ gtk_icon_theme_get_search_path.path is_array="1" is_out="1" transfer_ownership="
 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_list_icons.context nullable="1"
 gtk_icon_theme_load_icon transfer_ownership="1" nullable="1"
 gtk_icon_theme_lookup_icon transfer_ownership="1"
 gtk_icon_theme_choose_icon transfer_ownership="1"