soc.2009.telepathy: 6d77f7ea: Documented telepathy.h

sttwister at gmail.com sttwister at gmail.com
Mon Dec 21 14:40:38 EST 2009


-----------------------------------------------------------------
Revision: 6d77f7ea496aeedb05bc5490d96a218d3190bd9b
Ancestor: 93d5578df62cd684ce0f52fb648f2b2280f5432f
Author: sttwister at gmail.com
Date: 2009-12-21T18:50:17
Branch: im.pidgin.soc.2009.telepathy
URL: http://d.pidgin.im/viewmtn/revision/info/6d77f7ea496aeedb05bc5490d96a218d3190bd9b

Modified files:
        libpurple/protocols/telepathy/telepathy.c
        libpurple/protocols/telepathy/telepathy.h

ChangeLog: 

Documented telepathy.h

-------------- next part --------------
============================================================
--- libpurple/protocols/telepathy/telepathy.c	9de6965324b3d68f3002580dee064a9e4f69eda5
+++ libpurple/protocols/telepathy/telepathy.c	9cb78aa7b9ee28caf3653f13c0dd1bab0d08552c
@@ -52,6 +52,9 @@
 #include "telepathy_contact.h"
 #include "telepathy_utils.h"
 
+void *module_handle;
+gchar *module_path;
+
 /**
  * Do the necesarry initializations when loading the plugin.
  *
============================================================
--- libpurple/protocols/telepathy/telepathy.h	a8a95410b3c6d2a3df994154f57926e3c868537e
+++ libpurple/protocols/telepathy/telepathy.h	151f833b9ed3fb8b7e4d7895821aa84e518af49e
@@ -32,12 +32,19 @@
 #define TELEPATHY_ID "prpl-telepathy"
 #define TELEPATHY_DISPLAY_VERSION "1.0"
 
-void *module_handle;
-gchar *module_path;
+/**
+ * Proxy object for the default account manager.
+ */
 TpAccountManager *account_Manager;
+
+/**
+ * Proxy object for the default channel dispatcher.
+ */
 TpChannelDispatcher *channel_Dispatcher;
 
-/* This maps account object path to account_data struct */
+/**
+ * This maps account object path to account_data struct.
+ */
 GHashTable *accounts_Hash_Table;
 
 /**


More information about the Commits mailing list