libhildondesktop-1 VAPI: nullable icon parameter to set_status_area_icon
authorPhilipp Zabel <philipp.zabel@gmail.com>
Mon, 25 Jan 2010 18:04:48 +0000 (19:04 +0100)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Mon, 25 Jan 2010 18:10:17 +0000 (19:10 +0100)
vapi/libhildondesktop-1.vapi

index 92875b9..20613a9 100644 (file)
@@ -139,7 +139,7 @@ namespace HD {
                public unowned DBus.Connection get_dbus_g_connection (DBus.BusType type) throws GLib.Error;
                public unowned string get_dl_filename ();
                public uint heartbeat_signal_add (uint mintime, uint maxtime, GLib.SourceFunc source_func, void* data, GLib.DestroyNotify destroy);
-               public void set_status_area_icon (Gdk.Pixbuf icon);
+               public void set_status_area_icon (Gdk.Pixbuf? icon);
                public void set_status_area_widget (Gtk.Widget widget);
                [NoAccessorMethod]
                public Gdk.Pixbuf status_area_icon { owned get; set; }