docs: Some fixes

https://bugzilla.gnome.org/show_bug.cgi?id=634266
This commit is contained in:
Javier Jardón 2010-11-08 04:46:08 +01:00 committed by William Jon McCann
parent 7d64b2b514
commit 2ae1dadfa9
2 changed files with 4 additions and 4 deletions

View File

@ -718,12 +718,12 @@ notify_notification_set_image_from_pixbuf (NotifyNotification *notification,
* notify_notification_set_hint: * notify_notification_set_hint:
* @notification: a #NotifyNotification * @notification: a #NotifyNotification
* @key: the hint key * @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. * 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 * Since: 0.6
*/ */

View File

@ -135,7 +135,7 @@ void notify_notification_set_urgency (NotifyNotificatio
void notify_notification_set_icon_from_pixbuf (NotifyNotification *notification, void notify_notification_set_icon_from_pixbuf (NotifyNotification *notification,
GdkPixbuf *icon); GdkPixbuf *icon);
void notify_notification_set_image_from_pixbuf (NotifyNotification *notification, void notify_notification_set_image_from_pixbuf (NotifyNotification *notification,
GdkPixbuf *image); GdkPixbuf *pixbuf);
void notify_notification_set_hint_int32 (NotifyNotification *notification, void notify_notification_set_hint_int32 (NotifyNotification *notification,
const char *key, const char *key,