diff options
author | Ted Gould <ted@gould.cx> | 2011-03-23 13:17:30 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-23 13:17:30 -0500 |
commit | 50607d3ff1fbbfec73be70d4220e9f826237b846 (patch) | |
tree | d7f2713c72ba7e96a8f7a8623be7449ee5b2f3c3 /libindicator/indicator-object.h | |
parent | e2b7096a53ed1d32ef7d4d3b53c7a095d8594394 (diff) | |
parent | f9f5cee34bada7ed1fb0c3bbada7a5a545dbadd4 (diff) | |
download | libayatana-indicator-50607d3ff1fbbfec73be70d4220e9f826237b846.tar.gz libayatana-indicator-50607d3ff1fbbfec73be70d4220e9f826237b846.tar.bz2 libayatana-indicator-50607d3ff1fbbfec73be70d4220e9f826237b846.zip |
Import upstream version 0.3.22
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 |