mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
GNotification: some final cleanups
Move a method from GNotificationBackend into the fdo backend (since it was only used from here). Remove the accessors for the already-public (in private header) ->dbus_connect and ->application on GNotificationBackend. https://bugzilla.gnome.org/show_bug.cgi?id=688492
This commit is contained in:
@@ -70,14 +70,6 @@ void g_notification_backend_send_notification (GNotifi
|
||||
void g_notification_backend_withdraw_notification (GNotificationBackend *backend,
|
||||
const gchar *id);
|
||||
|
||||
GApplication * g_notification_backend_get_application (GNotificationBackend *backend);
|
||||
|
||||
void g_notification_backend_activate_action (GNotificationBackend *backend,
|
||||
const gchar *name,
|
||||
GVariant *parameter);
|
||||
|
||||
GDBusConnection * g_notification_backend_get_dbus_connection (GNotificationBackend *backend);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user