libpurple/protocols/oscar/oscarcommon.h

changeset 34321
f60fcab02bd4
parent 34312
4461d5c1e61c
child 34904
dee62fd8249d
equal deleted inserted replaced
34320:6c217475a114 34321:f60fcab02bd4
100 void oscar_remove_group(PurpleConnection *gc, PurpleGroup *group); 100 void oscar_remove_group(PurpleConnection *gc, PurpleGroup *group);
101 gboolean oscar_can_receive_file(PurpleConnection *gc, const char *who); 101 gboolean oscar_can_receive_file(PurpleConnection *gc, const char *who);
102 void oscar_send_file(PurpleConnection *gc, const char *who, const char *file); 102 void oscar_send_file(PurpleConnection *gc, const char *who, const char *file);
103 PurpleXfer *oscar_new_xfer(PurpleConnection *gc, const char *who); 103 PurpleXfer *oscar_new_xfer(PurpleConnection *gc, const char *who);
104 gboolean oscar_offline_message(const PurpleBuddy *buddy); 104 gboolean oscar_offline_message(const PurpleBuddy *buddy);
105 gsize oscar_get_max_message_size(PurpleConnection *gc); 105 gssize oscar_get_max_message_size(PurpleConversation *conv);
106 GList *oscar_actions(PurplePlugin *plugin, gpointer context); 106 GList *oscar_actions(PurplePlugin *plugin, gpointer context);
107 void oscar_init(PurplePlugin *plugin, gboolean is_icq); 107 void oscar_init(PurplePlugin *plugin, gboolean is_icq);

mercurial