[Telepathy-commits] [telepathy-gabble/master] Add some documentation on gabble_presence_cache_{free, copy, update}_cache_entry
Alban Crequy
alban.crequy at collabora.co.uk
Fri Dec 5 09:42:40 PST 2008
---
src/presence-cache.h | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/presence-cache.h b/src/presence-cache.h
index e982667..0619c0c 100644
--- a/src/presence-cache.h
+++ b/src/presence-cache.h
@@ -84,10 +84,19 @@ void gabble_presence_cache_add_bundle_caps (GabblePresenceCache *cache,
const gchar *node, GabblePresenceCapabilities caps);
void gabble_presence_cache_really_remove (GabblePresenceCache *cache,
TpHandle handle);
+
+/* loop on CapabilityInfo::per_channel_factory_caps and call
+ * gabble_caps_channel_manager_free_capabilities */
void gabble_presence_cache_free_cache_entry (
GHashTable *per_channel_factory_caps);
+
+/* loop on CapabilityInfo::per_channel_factory_caps and call
+ * gabble_caps_channel_manager_copy_capabilities */
void gabble_presence_cache_copy_cache_entry (GHashTable **out,
GHashTable *in);
+
+/* loop on CapabilityInfo::per_channel_factory_caps and call
+ * gabble_caps_channel_manager_update_capabilities */
void gabble_presence_cache_update_cache_entry (GHashTable *out,
GHashTable *in);
--
1.5.6.5
More information about the Telepathy-commits
mailing list