[libnotify] docs: Some fixes
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libnotify] docs: Some fixes
- Date: Sun, 14 Nov 2010 16:10:15 +0000 (UTC)
commit 2ae1dadfa92cb139bfc3626ec424037ee3f80f29
Author: Javier Jardón <jjardon gnome org>
Date: Mon Nov 8 04:46:08 2010 +0100
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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]