aboutsummaryrefslogtreecommitdiff
path: root/src/notification.h
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2020-08-10 11:52:51 +0200
committerRobert Tari <robert@tari.in>2020-08-10 11:52:51 +0200
commitd9fced125c2a6e1cf44171370753df00c8d554ba (patch)
tree634824490604bb5f5ebc39d6da4be1dd0ee09643 /src/notification.h
parentac5d6867a8ce34b8a77bf5545bbb4b36f8bafb15 (diff)
downloadayatana-indicator-notifications-d9fced125c2a6e1cf44171370753df00c8d554ba.tar.gz
ayatana-indicator-notifications-d9fced125c2a6e1cf44171370753df00c8d554ba.tar.bz2
ayatana-indicator-notifications-d9fced125c2a6e1cf44171370753df00c8d554ba.zip
Fix deprecations (fixes #4)
Diffstat (limited to 'src/notification.h')
-rw-r--r--src/notification.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/notification.h b/src/notification.h
index 3009998..b6fec9d 100644
--- a/src/notification.h
+++ b/src/notification.h
@@ -49,9 +49,6 @@ struct _NotificationPrivate {
gboolean is_private;
};
-#define NOTIFICATION_GET_PRIVATE(o) \
- (G_TYPE_INSTANCE_GET_PRIVATE ((o), NOTIFICATION_TYPE, NotificationPrivate))
-
GType notification_get_type(void);
Notification *notification_new(void);
Notification *notification_new_from_dbus_message(GDBusMessage *);