indicator-object.h   indicator-object.h 
skipping to change at line 182 skipping to change at line 182
GType indicator_object_get_type (void); GType indicator_object_get_type (void);
IndicatorObject * indicator_object_new_from_file (const gchar * file); IndicatorObject * indicator_object_new_from_file (const gchar * file);
GList * indicator_object_get_entries (IndicatorObject * io); GList * indicator_object_get_entries (IndicatorObject * io);
guint indicator_object_get_location (IndicatorObject * io, IndicatorObjec tEntry * entry); guint indicator_object_get_location (IndicatorObject * io, IndicatorObjec tEntry * entry);
guint indicator_object_get_show_now (IndicatorObject * io, IndicatorObjec tEntry * entry); guint indicator_object_get_show_now (IndicatorObject * io, IndicatorObjec tEntry * entry);
void indicator_object_entry_activate (IndicatorObject * io, IndicatorObj ectEntry * entry, guint timestamp); void indicator_object_entry_activate (IndicatorObject * io, IndicatorObj ectEntry * entry, guint timestamp);
void indicator_object_entry_close (IndicatorObject * io, IndicatorObject Entry * entry, guint timestamp); void indicator_object_entry_close (IndicatorObject * io, IndicatorObject Entry * 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 gc
har * env);
G_END_DECLS G_END_DECLS
#endif #endif
 End of changes. 1 change blocks. 
0 lines changed or deleted 6 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/