aboutsummaryrefslogtreecommitdiff
path: root/src/libcustomindicator/custom-indicator.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-19 16:22:24 -0500
committerTed Gould <ted@canonical.com>2009-10-19 16:22:24 -0500
commit9dbe19dd59b0d42a4b4c33150bed0db4c31295f2 (patch)
tree4c639d9f1d1d7749df7f3cb58f5c7aca2b305f31 /src/libcustomindicator/custom-indicator.h
parent6587e75ac6f1c20b53b37afd49c936c59eaa99d1 (diff)
downloadayatana-indicator-application-9dbe19dd59b0d42a4b4c33150bed0db4c31295f2.tar.gz
ayatana-indicator-application-9dbe19dd59b0d42a4b4c33150bed0db4c31295f2.tar.bz2
ayatana-indicator-application-9dbe19dd59b0d42a4b4c33150bed0db4c31295f2.zip
Boom, there are some signals.
Diffstat (limited to 'src/libcustomindicator/custom-indicator.h')
-rw-r--r--src/libcustomindicator/custom-indicator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libcustomindicator/custom-indicator.h b/src/libcustomindicator/custom-indicator.h
index d9322e7..a4fc3f1 100644
--- a/src/libcustomindicator/custom-indicator.h
+++ b/src/libcustomindicator/custom-indicator.h
@@ -13,6 +13,11 @@ G_BEGIN_DECLS
#define IS_CUSTOM_INDICATOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), CUSTOM_INDICATOR_TYPE))
#define CUSTOM_INDICATOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), CUSTOM_INDICATOR_TYPE, CustomIndicatorClass))
+#define CUSTOM_INDICATOR_SIGNAL_NEW_ICON "new-icon"
+#define CUSTOM_INDICATOR_SIGNAL_NEW_ATTENTION_ICON "new-attention-icon"
+#define CUSTOM_INDICATOR_SIGNAL_NEW_STATUS "new-status"
+#define CUSTOM_INDICATOR_SIGNAL_CONNECTION_CHANGED "connection-changed"
+
/**
CustomIndicatorCategory:
@CUSTOM_INDICATOR_CATEGORY_APPLICATION_STATUS: The indicator is used to display the status of the application.