aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-object.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-23 00:25:48 -0600
committerTed Gould <ted@gould.cx>2012-02-23 00:25:48 -0600
commit27b257685591a138bd9abc8e5d617a0f8f836cbb (patch)
tree15873ba89ba27c3ed9e29aea5c63eaa2741c3d2b /libindicator/indicator-object.h
parent87c4364e84d6647b0f74ce3a8a91c6d46dfceb23 (diff)
parent169093d37a32b8019211dd998a6b1ec2df68e450 (diff)
downloadlibayatana-indicator-27b257685591a138bd9abc8e5d617a0f8f836cbb.tar.gz
libayatana-indicator-27b257685591a138bd9abc8e5d617a0f8f836cbb.tar.bz2
libayatana-indicator-27b257685591a138bd9abc8e5d617a0f8f836cbb.zip
* New upstream release.
* Removing unenforcable consts (LP: #937387) * Explicitly add in gmodule as a required library
Diffstat (limited to 'libindicator/indicator-object.h')
-rw-r--r--libindicator/indicator-object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libindicator/indicator-object.h b/libindicator/indicator-object.h
index 2d69b1b..d8551f9 100644
--- a/libindicator/indicator-object.h
+++ b/libindicator/indicator-object.h
@@ -203,8 +203,8 @@ void indicator_object_entry_activate (IndicatorObject * io, IndicatorObjectEn
void indicator_object_entry_activate_window (IndicatorObject * io, IndicatorObjectEntry * entry, guint windowid, 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);
+void indicator_object_set_environment (IndicatorObject * io, GStrv env);
+GStrv indicator_object_get_environment (IndicatorObject * io);
gboolean indicator_object_check_environment (IndicatorObject * io, const gchar * env);
G_END_DECLS