aboutsummaryrefslogtreecommitdiff
path: root/src/libappindicator/app-indicator.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-04-01 15:51:47 -0500
committerTed Gould <ted@gould.cx>2010-04-01 15:51:47 -0500
commit45e7b47b25e7dcb713c2d592730587c847693b18 (patch)
treecad54405358ffc25f1afce96da2e9835b8c97569 /src/libappindicator/app-indicator.h
parent70600e1fad7decbd5c1bf98f17a01f05469919f3 (diff)
parentd005a22755a0dd3b9f752d66a0479272a09663ae (diff)
downloadlibayatana-appindicator-45e7b47b25e7dcb713c2d592730587c847693b18.tar.gz
libayatana-appindicator-45e7b47b25e7dcb713c2d592730587c847693b18.tar.bz2
libayatana-appindicator-45e7b47b25e7dcb713c2d592730587c847693b18.zip
* New upstream release.
* Don't set the fallback timer if we're already in a fallback mode to avoid unfalling back excessively. (LP: #529052) * Fix distcheck of documentation
Diffstat (limited to 'src/libappindicator/app-indicator.h')
-rw-r--r--src/libappindicator/app-indicator.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/libappindicator/app-indicator.h b/src/libappindicator/app-indicator.h
index 03656ce..549ab35 100644
--- a/src/libappindicator/app-indicator.h
+++ b/src/libappindicator/app-indicator.h
@@ -188,17 +188,22 @@ struct _AppIndicatorClass {
/**
AppIndicator:
- @parent: Parent object.
A application indicator represents the values that are needed to show a
unique status in the panel for an application. In general, applications
should try to fit in the other indicators that are available on the
panel before using this. But, sometimes it is necissary.
*/
+/* Private fields
+ @parent: Parent object.
+ @priv: Internal data.
+*/
struct _AppIndicator {
+ /*< Private >*/
GObject parent;
- AppIndicatorPrivate *priv;
+ /*< Private >*/
+ AppIndicatorPrivate *priv;
};
/* GObject Stuff */