]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libnotify: Fix notify_notification_new binding
authorJürg Billeter <j@bitron.ch>
Sat, 7 Mar 2009 17:19:11 +0000 (18:19 +0100)
committerJürg Billeter <j@bitron.ch>
Sat, 7 Mar 2009 17:19:11 +0000 (18:19 +0100)
vapi/libnotify.vapi
vapi/packages/libnotify/libnotify.metadata

index c2dcc081b2e6860299bc6024923d83086ec4b633..5ba1bff62ac3803589510229ad8f5969d1a23aef 100644 (file)
@@ -11,7 +11,7 @@ namespace Notify {
                public void clear_hints ();
                public bool close () throws GLib.Error;
                [CCode (has_construct_function = false)]
-               public Notification (string summary, string body, string icon, Gtk.Widget attach);
+               public Notification (string summary, string? body, string? icon, Gtk.Widget? attach);
                public void set_category (string category);
                public void set_geometry_hints (Gdk.Screen screen, int x, int y);
                public void set_hint_byte (string key, uchar value);
index a36d130c4ff2236bfb29942922b1011f91fc2d8f..6c0b8ed541247f334d80413107e21f3f4deaa88f 100644 (file)
@@ -4,4 +4,7 @@ NotifyActionCallback has_target="1"
 NotifyActionCallback.p3 hidden="1"
 notify_notification_add_action.callback transfer_ownership="1"
 notify_notification_add_action.free_func hidden="1"
+notify_notification_new.body nullable="1"
+notify_notification_new.icon nullable="1"
+notify_notification_new.attach nullable="1"