gobjectification: 95875458: So now libpurple core should compile, bu...
qulogic at pidgin.im
qulogic at pidgin.im
Wed Jun 9 01:29:49 EDT 2010
-----------------------------------------------------------------
Revision: 958754581c407a77c2d856379abc7baf2702b3b5
Ancestor: 723d062c831c032fb7ab2c2af6709da312eccb3c
Author: qulogic at pidgin.im
Date: 2010-06-09T04:52:13
Branch: im.pidgin.gobjectification
URL: http://d.pidgin.im/viewmtn/revision/info/958754581c407a77c2d856379abc7baf2702b3b5
Modified files:
libpurple/connection.c libpurple/marshallers.list
ChangeLog:
So now libpurple core should compile, but I need to figure out that
autojoin signal.
-------------- next part --------------
============================================================
--- libpurple/connection.c b4eb37d6c87bcfe2bbe1fb890ede393862203327
+++ libpurple/connection.c 9e037e29013df72a9f176446577b68d4689081b5
@@ -92,6 +92,7 @@ enum
SIG_SIGNED_OFF,
SIG_DISCONNECTED,
SIG_ERROR,
+ SIG_AUTOJOIN,
SIG_LAST
};
@@ -373,8 +374,8 @@ purple_connection_set_state(PurpleConnec
#endif
g_signal_emit(G_OBJECT(gc), signals[SIG_SIGNED_ON], 0);
- /* FIXME: Yea, this doesn't exist... */
- g_signal_emit_return_1(G_OBJECT(gc), signals[SIG_AUTOJOIN], 0);
+ /* FIXME: Yea, this doesn't exist...
+ g_signal_emit_return_1(G_OBJECT(gc), signals[SIG_AUTOJOIN], 0);*/
serv_set_permit_deny(gc);
@@ -993,7 +994,6 @@ purple_connection_class_init(PurpleConne
purple_smarshal_BOOLEAN__VOID,
G_TYPE_NONE,
0);
- PURPLE_SUBTYPE_CONNECTION));
}
============================================================
--- libpurple/marshallers.list eb22231d1d9e386147e151c79e374d7f2649e741
+++ libpurple/marshallers.list 5070bd1441d6e10de7267872fbdea4e539797b3f
@@ -3,6 +3,7 @@ VOID:POINTER,POINTER,POINTER
VOID:POINTER,POINTER
VOID:POINTER,POINTER,OBJECT
VOID:POINTER,POINTER,POINTER
+BOOLEAN:VOID
BOOLEAN:OBJECT,POINTER,STRING
VOID:STRING,STRING
VOID:STRING,STRING,DOUBLE
More information about the Commits
mailing list