notification: Add missing Since & Deprecated

See 117a582b9b
This commit is contained in:
Maximiliano Sandoval R 2022-07-15 09:17:47 +02:00
parent c29c1bd141
commit 67a43ee487
No known key found for this signature in database
GPG Key ID: D64A8D747F6FE706
1 changed files with 3 additions and 1 deletions

View File

@ -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,