pidgin/gtksmiley.h

changeset 32790
b95c7c504118
parent 32604
8d0a34f26244
child 35321
3fc5097c876d
child 35393
00f876b129bc
child 37017
8e2b68c79fa1
equal deleted inserted replaced
32789:3c8069736c9d 32790:b95c7c504118
28 #define PIDGIN_GTKSMILEY_H 28 #define PIDGIN_GTKSMILEY_H
29 29
30 #include "smiley.h" 30 #include "smiley.h"
31 31
32 typedef struct _PidginSmiley PidginSmiley; 32 typedef struct _PidginSmiley PidginSmiley;
33
34 G_BEGIN_DECLS
33 35
34 /** 36 /**
35 * Add a PurpleSmiley to the GtkIMHtmlSmiley's list to be able to use it 37 * Add a PurpleSmiley to the GtkIMHtmlSmiley's list to be able to use it
36 * in pidgin 38 * in pidgin
37 * 39 *
106 * @param data A pointer to smiley's data 108 * @param data A pointer to smiley's data
107 * @param datasize The size of smiley's data 109 * @param datasize The size of smiley's data
108 */ 110 */
109 void pidgin_smiley_editor_set_data(PidginSmiley *editor, gpointer data, gsize datasize); 111 void pidgin_smiley_editor_set_data(PidginSmiley *editor, gpointer data, gsize datasize);
110 112
113 G_END_DECLS
114
111 #endif /* PIDGIN_GTKSMILEY_H */ 115 #endif /* PIDGIN_GTKSMILEY_H */

mercurial