aboutsummaryrefslogtreecommitdiff
path: root/src/messages-service-dbus.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-25 22:23:15 -0500
committerTed Gould <ted@canonical.com>2009-08-25 22:23:15 -0500
commit2b7746e2e74ffbafb7f1eb663a6a525dec9d28cb (patch)
tree4963e26168dd01354e76092a24e8426982615001 /src/messages-service-dbus.h
parente7695d9f9da90e12aaefe490e46e18d3b32f33dd (diff)
downloadayatana-indicator-messages-2b7746e2e74ffbafb7f1eb663a6a525dec9d28cb.tar.gz
ayatana-indicator-messages-2b7746e2e74ffbafb7f1eb663a6a525dec9d28cb.tar.bz2
ayatana-indicator-messages-2b7746e2e74ffbafb7f1eb663a6a525dec9d28cb.zip
Creating a real object and initing it.
Diffstat (limited to 'src/messages-service-dbus.h')
-rw-r--r--src/messages-service-dbus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/messages-service-dbus.h b/src/messages-service-dbus.h
index cde14b1..26035b7 100644
--- a/src/messages-service-dbus.h
+++ b/src/messages-service-dbus.h
@@ -31,6 +31,9 @@ struct _MessageServiceDbus {
};
GType message_service_dbus_get_type (void);
+MessageServiceDbus * message_service_dbus_new (void);
+void message_service_dbus_set_attention (gboolean attention);
+void message_service_dbus_set_icon (gboolean hidden);
G_END_DECLS