aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-object.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-23 10:44:01 -0500
committerTed Gould <ted@gould.cx>2011-03-23 10:44:01 -0500
commit6f1e50bb84456e4cd90faeba39d2b155320044f0 (patch)
tree0aa458146806ee56738636643d51f8b411dfc3e2 /libindicator/indicator-object.h
parentc2457798b0df1f41fbdb1a2952abde64e673ab4b (diff)
parenta995a11447ed9bf880d129c3e03fbce5395fbb74 (diff)
downloadlibayatana-indicator-6f1e50bb84456e4cd90faeba39d2b155320044f0.tar.gz
libayatana-indicator-6f1e50bb84456e4cd90faeba39d2b155320044f0.tar.bz2
libayatana-indicator-6f1e50bb84456e4cd90faeba39d2b155320044f0.zip
Adding API to know what the environment the indicator is in
Diffstat (limited to 'libindicator/indicator-object.h')
-rw-r--r--libindicator/indicator-object.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libindicator/indicator-object.h b/libindicator/indicator-object.h
index 67a3bda..aa15c79 100644
--- a/libindicator/indicator-object.h
+++ b/libindicator/indicator-object.h
@@ -179,6 +179,10 @@ guint indicator_object_get_show_now (IndicatorObject * io, IndicatorObjectEntr
void indicator_object_entry_activate (IndicatorObject * io, IndicatorObjectEntry * entry, guint timestamp);
void indicator_object_entry_close (IndicatorObject * io, IndicatorObjectEntry * entry, guint timestamp);
+void indicator_object_set_environment (IndicatorObject * io, const GStrv env);
+const GStrv indicator_object_get_environment (IndicatorObject * io);
+gboolean indicator_object_check_environment (IndicatorObject * io, const gchar * env);
+
G_END_DECLS
#endif