aboutsummaryrefslogtreecommitdiff
path: root/libindicate/indicator-message.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-01-29 13:39:31 -0600
committerTed Gould <ted@canonical.com>2009-01-29 13:39:31 -0600
commit17bc0dab5a61d41e1a57755f7b2d1cdbe79e90da (patch)
tree76b90fa38c10ef625c86d2bf88bc10dd2014ccae /libindicate/indicator-message.c
parentb6c14253a035bdf06b1b84a1a6ccd04e87ae23b5 (diff)
parentde80300e02efb93d3cf4bd06733dd8c691451de6 (diff)
downloadlibayatana-indicator-17bc0dab5a61d41e1a57755f7b2d1cdbe79e90da.tar.gz
libayatana-indicator-17bc0dab5a61d41e1a57755f7b2d1cdbe79e90da.tar.bz2
libayatana-indicator-17bc0dab5a61d41e1a57755f7b2d1cdbe79e90da.zip
* Fixing the handling of named DBus connections
* Moving most of the data in the objects to private sections * Making the signal names defines for easier usage * Having property changes actually work now.
Diffstat (limited to 'libindicate/indicator-message.c')
-rw-r--r--libindicate/indicator-message.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libindicate/indicator-message.c b/libindicate/indicator-message.c
index 32cf000..00217d7 100644
--- a/libindicate/indicator-message.c
+++ b/libindicate/indicator-message.c
@@ -8,6 +8,7 @@ typedef struct _IndicateIndicatorMessagePrivate IndicateIndicatorMessagePrivate;
struct _IndicateIndicatorMessagePrivate
{
+ gchar * subtype;
};
#define INDICATE_INDICATOR_MESSAGE_GET_PRIVATE(o) \