From 2ae1dadfa92cb139bfc3626ec424037ee3f80f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 8 Nov 2010 04:46:08 +0100 Subject: [PATCH] docs: Some fixes https://bugzilla.gnome.org/show_bug.cgi?id=634266 --- libnotify/notification.c | 6 +++--- libnotify/notification.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libnotify/notification.c b/libnotify/notification.c index 2a2cb42..8bcd9de 100644 --- a/libnotify/notification.c +++ b/libnotify/notification.c @@ -718,12 +718,12 @@ notify_notification_set_image_from_pixbuf (NotifyNotification *notification, * notify_notification_set_hint: * @notification: a #NotifyNotification * @key: the hint key - * @variant: (allow-none): the hint value, or %NULL to unset the hint + * @value: (allow-none): the hint value, or %NULL to unset the hint * - * Sets a hint for @key with value @variant. If @value is %NULL, + * Sets a hint for @key with value @value. If @value is %NULL, * a previously set hint for @key is unset. * - * If @variant is floating, it is consumed. + * If @value is floating, it is consumed. * * Since: 0.6 */ diff --git a/libnotify/notification.h b/libnotify/notification.h index 453f176..39aa6b0 100644 --- a/libnotify/notification.h +++ b/libnotify/notification.h @@ -135,7 +135,7 @@ void notify_notification_set_urgency (NotifyNotificatio void notify_notification_set_icon_from_pixbuf (NotifyNotification *notification, GdkPixbuf *icon); void notify_notification_set_image_from_pixbuf (NotifyNotification *notification, - GdkPixbuf *image); + GdkPixbuf *pixbuf); void notify_notification_set_hint_int32 (NotifyNotification *notification, const char *key,