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);
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"