Removed notify_notification_{ref,unref} from notification.h.
This commit is contained in:
parent
9fb6f33824
commit
58fb79f1bc
|
@ -1,3 +1,8 @@
|
|||
Mon Jan 23 01:31:59 PST 2006 Christian Hammond <chipx86@chipx86.com>
|
||||
|
||||
* libnotify/notification.h:
|
||||
- Removed notify_notification_{ref,unref} from notification.h.
|
||||
|
||||
Mon Jan 23 01:30:45 PST 2006 Christian Hammond <chipx86@chipx86.com>
|
||||
|
||||
* libnotify/Makefile.am:
|
||||
|
|
|
@ -138,7 +138,4 @@ void notify_notification_clear_actions(NotifyNotification *notification);
|
|||
gboolean notify_notification_close(NotifyNotification *notification,
|
||||
GError **error);
|
||||
|
||||
NotifyNotification *notify_notification_ref(NotifyNotification *notification);
|
||||
void notify_notification_unref(NotifyNotification *notification);
|
||||
|
||||
#endif /* NOTIFY_NOTIFICATION_H */
|
||||
|
|
Loading…
Reference in New Issue