[vala] libnotify: Updated to 0.7.6-3-gda49c8c
- From: Luca Bruno <lucabru src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] libnotify: Updated to 0.7.6-3-gda49c8c
- Date: Tue, 1 Apr 2014 19:28:38 +0000 (UTC)
commit c9636b264a6487de1c7718f391a3c93f3a2aabf4
Author: Luca Bruno <lucabru src gnome org>
Date: Tue Apr 1 21:27:37 2014 +0200
libnotify: Updated to 0.7.6-3-gda49c8c
See https://bugzilla.gnome.org/show_bug.cgi?id=667904
vapi/libnotify.vapi | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/vapi/libnotify.vapi b/vapi/libnotify.vapi
index 9c44b6b..19b2967 100644
--- a/vapi/libnotify.vapi
+++ b/vapi/libnotify.vapi
@@ -14,17 +14,17 @@ namespace Notify {
public void set_app_name (string app_name);
public void set_category (string category);
public void set_hint (string key, GLib.Variant? value);
- [Deprecated (since = "0.6.")]
+ [Deprecated]
public void set_hint_byte (string key, [CCode (type = "guchar")] uchar value);
- [Deprecated (since = "0.6.")]
- public void set_hint_byte_array (string key, [CCode (array_length = false, type = "const
guchar*")] uchar[] value, size_t len);
- [Deprecated (since = "0.6.")]
+ [Deprecated]
+ public void set_hint_byte_array (string key, [CCode (array_length_cname = "len",
array_length_pos = 2.1, array_length_type = "gsize")] uchar[] value);
+ [Deprecated]
public void set_hint_double (string key, double value);
- [Deprecated (since = "0.6.")]
+ [Deprecated]
public void set_hint_int32 (string key, int value);
- [Deprecated (since = "0.6.")]
+ [Deprecated]
public void set_hint_string (string key, string value);
- [Deprecated (since = "0.6.")]
+ [Deprecated]
public void set_hint_uint32 (string key, uint value);
[Deprecated]
public void set_icon_from_pixbuf (Gdk.Pixbuf icon);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]