summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximiliano Sandoval R <msandova@gnome.org>2022-07-15 09:17:47 +0200
committerMaximiliano Sandoval R <msandova@gnome.org>2022-12-14 21:02:15 +0100
commit21331705630b2d0cbff145a38e4baf7ef1ccdd15 (patch)
treece667aa4372be73c809421dbb83b9c286122f9f8
parent518b8e04ea5586fd88086a9203cec2c37ee166a1 (diff)
downloadlibnotify-21331705630b2d0cbff145a38e4baf7ef1ccdd15.tar.gz
notification: Add missing Since & Deprecated
See https://gitlab.gnome.org/GNOME/libnotify/-/commit/117a582b9b69a3df043abe98fb6914a2599ecaa4
-rw-r--r--libnotify/notification.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libnotify/notification.c b/libnotify/notification.c
index b884ef1..d66d663 100644
--- a/libnotify/notification.c
+++ b/libnotify/notification.c
@@ -1295,7 +1295,7 @@ notify_notification_set_urgency (NotifyNotification *notification,
*
* Sets the icon in the notification from a #GdkPixbuf.
*
- * Deprecated: use [method@Notification.set_image_from_pixbuf] instead.
+ * Deprecated: 0.5. Use [method@Notification.set_image_from_pixbuf] instead.
*/
void
notify_notification_set_icon_from_pixbuf (NotifyNotification *notification,
@@ -1310,6 +1310,8 @@ notify_notification_set_icon_from_pixbuf (NotifyNotification *notification,
* @pixbuf: The image.
*
* Sets the image in the notification from a [class@GdkPixbuf.Pixbuf].
+ *
+ * Since: 0.5
*/
void
notify_notification_set_image_from_pixbuf (NotifyNotification *notification,