aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-object.h
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-03-23 16:33:53 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-03-23 16:33:53 -0400
commit052a7408e7594f642ece6ca5a261e4f75a14e029 (patch)
treeeca1fb9fe3884ee37bee0e84caa568822669f779 /libindicator/indicator-object.h
parent1b0f9021fa48bea6e6989a379012e1b840676bae (diff)
parent97e2fede61bdc63816f0ff2ccf1d5b1d58a13916 (diff)
downloadlibayatana-indicator-052a7408e7594f642ece6ca5a261e4f75a14e029.tar.gz
libayatana-indicator-052a7408e7594f642ece6ca5a261e4f75a14e029.tar.bz2
libayatana-indicator-052a7408e7594f642ece6ca5a261e4f75a14e029.zip
releasing version 0.3.22-0ubuntu10.3.22-0ubuntu1
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