aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-22 10:42:30 -0500
committerTed Gould <ted@gould.cx>2011-03-22 10:42:30 -0500
commitbaf04be1ea2755aba0b576ae54ecda08d3ec4e0b (patch)
treecc4ef32647d1a71afa17ede3027ba97f47f16496
parentbbae0db4cb7aeeea3a79173a49668de08db8630c (diff)
downloadlibayatana-indicator-baf04be1ea2755aba0b576ae54ecda08d3ec4e0b.tar.gz
libayatana-indicator-baf04be1ea2755aba0b576ae54ecda08d3ec4e0b.tar.bz2
libayatana-indicator-baf04be1ea2755aba0b576ae54ecda08d3ec4e0b.zip
Making the environments a list of strings
-rw-r--r--libindicator/indicator-object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libindicator/indicator-object.h b/libindicator/indicator-object.h
index 67a3bda..3320b95 100644
--- a/libindicator/indicator-object.h
+++ b/libindicator/indicator-object.h
@@ -179,6 +179,9 @@ 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);
+
G_END_DECLS
#endif