diff options
author | Ted Gould <ted@gould.cx> | 2012-02-23 00:23:40 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-23 00:23:40 -0600 |
commit | 169093d37a32b8019211dd998a6b1ec2df68e450 (patch) | |
tree | 8e444547e0fea473cf80a1f89ea1475a18a563e4 /libindicator/indicator-object.c | |
parent | a820ba783386064dfa221586e0d0f9b0234d5be6 (diff) | |
parent | 69f15f71084d413e8063e577689be9ca8a3aedc6 (diff) | |
download | libayatana-indicator-169093d37a32b8019211dd998a6b1ec2df68e450.tar.gz libayatana-indicator-169093d37a32b8019211dd998a6b1ec2df68e450.tar.bz2 libayatana-indicator-169093d37a32b8019211dd998a6b1ec2df68e450.zip |
Import upstream version 0.4.92
Diffstat (limited to 'libindicator/indicator-object.c')
-rw-r--r-- | libindicator/indicator-object.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libindicator/indicator-object.c b/libindicator/indicator-object.c index a348d9a..17a6d1d 100644 --- a/libindicator/indicator-object.c +++ b/libindicator/indicator-object.c @@ -795,7 +795,7 @@ indicator_object_entry_was_added (IndicatorObject * io, IndicatorObjectEntry * e in different hosts if need be. */ void -indicator_object_set_environment (IndicatorObject * io, const GStrv env) +indicator_object_set_environment (IndicatorObject * io, GStrv env) { /* FIXME: should this be a property? */ g_return_if_fail(INDICATOR_IS_OBJECT(io)); @@ -820,7 +820,7 @@ indicator_object_set_environment (IndicatorObject * io, const GStrv env) Return value: (transfer none): Gets the list of strings that represent the environment or NULL if none were given. */ -const GStrv +GStrv indicator_object_get_environment (IndicatorObject * io) { g_return_val_if_fail(INDICATOR_IS_OBJECT(io), NULL); |