summaryrefslogtreecommitdiff
path: root/src/xfpm-notify.h
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2015-03-02 10:06:45 +0300
committerEric Koegel <eric.koegel@gmail.com>2015-03-22 14:52:45 +0300
commit80e4430ec4bca49fa748539ad53d29b12260db3d (patch)
treee7cb8d3f43bb8509facf5574f71b5b1686ad5d44 /src/xfpm-notify.h
parentf0a4570a3dc3ab62331ccd5bc6f48e0a730cff43 (diff)
downloadixfce4-power-manager-80e4430ec4bca49fa748539ad53d29b12260db3d.tar.gz
More GTK3 work
XfpmBattery was a GtkStatusIcon which has been dropped, so switch it to a normal GtkWidget. Other minor changes to support things removed from the Gtk toolkit.
Diffstat (limited to 'src/xfpm-notify.h')
-rw-r--r--src/xfpm-notify.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/xfpm-notify.h b/src/xfpm-notify.h
index 256eebd7..04d25208 100644
--- a/src/xfpm-notify.h
+++ b/src/xfpm-notify.h
@@ -64,16 +64,14 @@ void xfpm_notify_show_notification (XfpmNotify *notify,
const gchar *icon_name,
gint timeout,
gboolean simple,
- XfpmNotifyUrgency urgency,
- GtkStatusIcon *icon);
+ XfpmNotifyUrgency urgency);
NotifyNotification *xfpm_notify_new_notification (XfpmNotify *notify,
const gchar *title,
const gchar *text,
const gchar *icon_name,
guint timeout,
- XfpmNotifyUrgency urgency,
- GtkStatusIcon *icon) G_GNUC_MALLOC;
+ XfpmNotifyUrgency urgency) G_GNUC_MALLOC;
void xfpm_notify_add_action_to_notification (XfpmNotify *notify,
NotifyNotification *n,