libpurple/protocols/gg/gg.c

branch
soc.2013.gobjectification
changeset 34904
dee62fd8249d
parent 34894
df5ed3731148
parent 34321
f60fcab02bd4
child 34935
686fa55b0deb
child 36621
3edd164b6a1a
equal deleted inserted replaced
34903:07c68d21973c 34904:dee62fd8249d
1365 table = g_hash_table_new(g_str_hash, g_str_equal); 1365 table = g_hash_table_new(g_str_hash, g_str_equal);
1366 g_hash_table_insert(table, "login_label", (gpointer)_("GG number...")); 1366 g_hash_table_insert(table, "login_label", (gpointer)_("GG number..."));
1367 return table; 1367 return table;
1368 } 1368 }
1369 1369
1370 static gsize 1370 static gssize
1371 ggp_get_max_message_size(PurpleConnection *gc) 1371 ggp_get_max_message_size(PurpleConversation *conv)
1372 { 1372 {
1373 /* it may depend on protocol version or other factors - check it */ 1373 /* TODO: it may depend on protocol version or other factors */
1374 return 1232; 1374 return 1232;
1375 } 1375 }
1376 1376
1377 static PurplePluginProtocolInfo prpl_info = 1377 static PurplePluginProtocolInfo prpl_info =
1378 { 1378 {

mercurial