| 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 */ |