[Galago-commits] r2480 - in trunk/libnotify: . libnotify
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Mon Jan 23 01:33:23 PST 2006
Author: chipx86
Date: 2006-01-23 01:33:21 -0800 (Mon, 23 Jan 2006)
New Revision: 2480
Modified:
trunk/libnotify/ChangeLog
trunk/libnotify/libnotify/notification.h
Log:
Removed notify_notification_{ref,unref} from notification.h.
Modified: trunk/libnotify/ChangeLog
===================================================================
--- trunk/libnotify/ChangeLog 2006-01-23 09:31:05 UTC (rev 2479)
+++ trunk/libnotify/ChangeLog 2006-01-23 09:33:21 UTC (rev 2480)
@@ -1,3 +1,8 @@
+Mon Jan 23 01:31:59 PST 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * libnotify/notification.h:
+ - Removed notify_notification_{ref,unref} from notification.h.
+
Mon Jan 23 01:30:45 PST 2006 Christian Hammond <chipx86 at chipx86.com>
* libnotify/Makefile.am:
Modified: trunk/libnotify/libnotify/notification.h
===================================================================
--- trunk/libnotify/libnotify/notification.h 2006-01-23 09:31:05 UTC (rev 2479)
+++ trunk/libnotify/libnotify/notification.h 2006-01-23 09:33:21 UTC (rev 2480)
@@ -138,7 +138,4 @@
gboolean notify_notification_close(NotifyNotification *notification,
GError **error);
-NotifyNotification *notify_notification_ref(NotifyNotification *notification);
-void notify_notification_unref(NotifyNotification *notification);
-
#endif /* NOTIFY_NOTIFICATION_H */
More information about the galago-commits
mailing list