summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-10-15 00:14:24 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-10-15 00:14:24 -0400
commitd82ad1b225a515a8f2875e4c5db0b52117382b43 (patch)
tree89543d99184c9953b0d6ee46d41015fd03881597
parentcff2c03c51d2b8f15b64470383600f4129b9de6b (diff)
downloadlibnotify-d82ad1b225a515a8f2875e4c5db0b52117382b43.tar.gz
Remove silly old dbus version comments in the docs
-rw-r--r--libnotify/notification.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libnotify/notification.c b/libnotify/notification.c
index c947882..2d5ecd9 100644
--- a/libnotify/notification.c
+++ b/libnotify/notification.c
@@ -627,8 +627,6 @@ notify_notification_set_urgency (NotifyNotification *notification,
* Sets the icon in the notification from a #GdkPixbuf.
* Deprecated: use notify_notification_set_image_from_pixbuf() instead.
*
- * This will only work when libnotify is compiled against D-BUS 0.60 or
- * higher.
*/
void
notify_notification_set_icon_from_pixbuf (NotifyNotification *notification,
@@ -644,8 +642,6 @@ notify_notification_set_icon_from_pixbuf (NotifyNotification *notification,
*
* Sets the image in the notification from a #GdkPixbuf.
*
- * This will only work when libnotify is compiled against D-BUS 0.60 or
- * higher.
*/
void
notify_notification_set_image_from_pixbuf (NotifyNotification *notification,