From: Rico Tzschichholz Date: Thu, 12 Sep 2013 19:01:26 +0000 (+0200) Subject: libnotify: Update to 0.7.6 X-Git-Tag: 0.21.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae5b1a24b7ba15c7a697c73e77e372719ab9b705;p=thirdparty%2Fvala.git libnotify: Update to 0.7.6 --- diff --git a/vapi/libnotify.vapi b/vapi/libnotify.vapi index 94d72d74b..1b49a0be8 100644 --- a/vapi/libnotify.vapi +++ b/vapi/libnotify.vapi @@ -10,6 +10,7 @@ namespace Notify { public void clear_hints (); public bool close () throws GLib.Error; public int get_closed_reason (); + public void set_app_name (string app_name); public void set_category (string category); public void set_hint (string key, GLib.Variant value); public void set_hint_byte (string key, uchar value); @@ -19,12 +20,14 @@ namespace Notify { public void set_hint_string (string key, string value); public void set_hint_uint32 (string key, uint value); public void set_icon_from_pixbuf (Gdk.Pixbuf icon); - public void set_image_from_pixbuf (Gdk.Pixbuf image); + public void set_image_from_pixbuf (Gdk.Pixbuf pixbuf); public void set_timeout (int timeout); public void set_urgency (Notify.Urgency urgency); public bool show () throws GLib.Error; public bool update (string summary, string body, string icon); [NoAccessorMethod] + public string app_name { owned get; set; } + [NoAccessorMethod] public string body { owned get; set construct; } public int closed_reason { get; } [NoAccessorMethod] @@ -64,5 +67,7 @@ namespace Notify { [CCode (cheader_filename = "libnotify/notify.h")] public static bool is_initted (); [CCode (cheader_filename = "libnotify/notify.h")] + public static void set_app_name (string app_name); + [CCode (cheader_filename = "libnotify/notify.h")] public static void uninit (); } diff --git a/vapi/packages/libnotify/libnotify.gi b/vapi/packages/libnotify/libnotify.gi index e1c1bea95..383f76d24 100644 --- a/vapi/packages/libnotify/libnotify.gi +++ b/vapi/packages/libnotify/libnotify.gi @@ -25,6 +25,12 @@ + + + + + + @@ -86,6 +92,13 @@ + + + + + + + @@ -161,7 +174,7 @@ - + @@ -194,6 +207,7 @@ + @@ -209,7 +223,7 @@ - +