diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-03-23 16:33:53 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-03-23 16:33:53 -0400 |
commit | 052a7408e7594f642ece6ca5a261e4f75a14e029 (patch) | |
tree | eca1fb9fe3884ee37bee0e84caa568822669f779 /libindicator/indicator-object.h | |
parent | 1b0f9021fa48bea6e6989a379012e1b840676bae (diff) | |
parent | 97e2fede61bdc63816f0ff2ccf1d5b1d58a13916 (diff) | |
download | libayatana-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.h | 4 |
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 |