libpurple/protocols/mxit/splashscreen.h

branch
release-2.x.y
changeset 37822
06278419c703
parent 28962
592721a9aa00
equal deleted inserted replaced
37672:5e5e84e8a798 37822:06278419c703
42 gboolean splash_popup_enabled(struct MXitSession* session); 42 gboolean splash_popup_enabled(struct MXitSession* session);
43 43
44 /* 44 /*
45 * Save a new splash-screen. 45 * Save a new splash-screen.
46 */ 46 */
47 void splash_update(struct MXitSession* session, const char* splashId, const char* data, int datalen, gboolean clickable); 47 void splash_update(struct MXitSession* session, const char* splashId, const char* data, unsigned int datalen, gboolean clickable);
48 48
49 /* 49 /*
50 * Remove the stored splash-screen (if it exists). 50 * Remove the stored splash-screen (if it exists).
51 */ 51 */
52 void splash_remove(struct MXitSession* session); 52 void splash_remove(struct MXitSession* session);

mercurial