From dfcab5196d9ba84e4cce84ac31750495e4b36f06 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 30 Aug 2010 15:04:51 +0100 Subject: 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 --- libempathy-gtk/empathy-individual-linker.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy-gtk/empathy-individual-linker.h') 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__ */ -- cgit v1.2.3