diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-30 22:04:51 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-30 23:04:46 +0800 |
commit | dfcab5196d9ba84e4cce84ac31750495e4b36f06 (patch) | |
tree | 808d8f1098fc64715a10595cfb9e809f2fd0475b /libempathy-gtk/empathy-individual-linker.h | |
parent | 32905fa2cb9fb3419f50c5894ac7507fb9330f8f (diff) | |
download | gsoc2013-empathy-dfcab5196d9ba84e4cce84ac31750495e4b36f06.tar gsoc2013-empathy-dfcab5196d9ba84e4cce84ac31750495e4b36f06.tar.gz gsoc2013-empathy-dfcab5196d9ba84e4cce84ac31750495e4b36f06.tar.bz2 gsoc2013-empathy-dfcab5196d9ba84e4cce84ac31750495e4b36f06.tar.lz gsoc2013-empathy-dfcab5196d9ba84e4cce84ac31750495e4b36f06.tar.xz gsoc2013-empathy-dfcab5196d9ba84e4cce84ac31750495e4b36f06.tar.zst gsoc2013-empathy-dfcab5196d9ba84e4cce84ac31750495e4b36f06.zip |
Add a has-changed property to EmpathyIndividualLinker
This exposes information about whether the new Individual has changed
from the start Individual, to allow for widget sensitivities to be
changed appropriately. Helps: bgo#628320
Diffstat (limited to 'libempathy-gtk/empathy-individual-linker.h')
-rw-r--r-- | libempathy-gtk/empathy-individual-linker.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-individual-linker.h b/libempathy-gtk/empathy-individual-linker.h index e067c6711..74fcfa6af 100644 --- a/libempathy-gtk/empathy-individual-linker.h +++ b/libempathy-gtk/empathy-individual-linker.h @@ -65,6 +65,9 @@ void empathy_individual_linker_set_start_individual ( GList * empathy_individual_linker_get_linked_personas ( EmpathyIndividualLinker *self); +gboolean empathy_individual_linker_get_has_changed ( + EmpathyIndividualLinker *self); + G_END_DECLS #endif /* __EMPATHY_INDIVIDUAL_LINKER_H__ */ |