/soc/2013/ankitkv/gobjectification: 318dcc5ef8e8: Added reminder...
Ankit Vani
a at nevitus.org
Wed Jun 19 17:21:30 EDT 2013
Changeset: 318dcc5ef8e890ed4ba7659bdd5570c8548f5b83
Author: Ankit Vani <a at nevitus.org>
Date: 2013-06-20 02:47 +0530
Branch: soc.2013.gobjectification
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/318dcc5ef8e8
Description:
Added reminder to replace protocol_id member of account by a GObject
diffstat:
libpurple/account.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (14 lines):
diff --git a/libpurple/account.c b/libpurple/account.c
--- a/libpurple/account.c
+++ b/libpurple/account.c
@@ -51,6 +51,10 @@ typedef struct
gboolean remember_pass; /**< Remember the password. */
+ /*
+ * TODO: After a GObject representing a protocol is ready, use it
+ * here instead of the protocol ID.
+ */
char *protocol_id; /**< The ID of the protocol. */
PurpleConnection *gc; /**< The connection handle. */
More information about the Commits
mailing list