~indicator-applet-developers/libindicator/trunk.0.5

« back to all changes in this revision

Viewing changes to libindicator/indicator-object.h

  • Committer: Ted Gould
  • Date: 2012-02-23 04:54:56 UTC
  • mfrom: (450.1.2 lp937387)
  • Revision ID: ted@gould.cx-20120223045456-nt9qdvyobl29k1eo
RemoveĀ unenforcableĀ consts

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
void    indicator_object_entry_activate_window (IndicatorObject * io, IndicatorObjectEntry * entry, guint windowid, guint timestamp);
204
204
void    indicator_object_entry_close (IndicatorObject * io, IndicatorObjectEntry * entry, guint timestamp);
205
205
 
206
 
void    indicator_object_set_environment (IndicatorObject * io, const GStrv env);
207
 
const GStrv indicator_object_get_environment (IndicatorObject * io);
 
206
void    indicator_object_set_environment (IndicatorObject * io, GStrv env);
 
207
GStrv   indicator_object_get_environment (IndicatorObject * io);
208
208
gboolean indicator_object_check_environment (IndicatorObject * io, const gchar * env);
209
209
 
210
210
G_END_DECLS