#include "smiley.h"
Go to the source code of this file.
Typedefs | |
| typedef struct _PidginSmiley | PidginSmiley |
Functions | |
| void | pidgin_smiley_add_to_list (PurpleSmiley *smiley) |
| Add a PurpleSmiley to the GtkIMHtmlSmiley's list to be able to use it in pidgin. | |
| void | pidgin_smiley_del_from_list (PurpleSmiley *smiley) |
| Delete a PurpleSmiley from the GtkIMHtmlSmiley's list. | |
| void | pidgin_smileys_init (void) |
| Load the GtkIMHtml list. | |
| void | pidgin_smileys_uninit (void) |
| Uninit the GtkIMHtml list. | |
| GSList * | pidgin_smileys_get_all (void) |
| Returns a GSList with the GtkIMHtmlSmiley of each custom smiley. | |
| void | pidgin_smiley_manager_show (void) |
| Displays the Smiley Manager Window. | |
| PidginSmiley * | pidgin_smiley_edit (GtkWidget *widget, PurpleSmiley *smiley) |
| Shows an editor for a smiley. | |
| void | pidgin_smiley_editor_set_shortcut (PidginSmiley *editor, const gchar *shortcut) |
| Set the shortcut in a smiley add dialog. | |
| void | pidgin_smiley_editor_set_image (PidginSmiley *editor, GdkPixbuf *image) |
| Set the image in a smiley add dialog. | |
| void | pidgin_smiley_editor_set_data (PidginSmiley *editor, gpointer data, gsize datasize) |
| Sets the image data in a smiley add dialog. | |
Definition in file gtksmiley.h.
| void pidgin_smiley_add_to_list | ( | PurpleSmiley * | smiley | ) |
Add a PurpleSmiley to the GtkIMHtmlSmiley's list to be able to use it in pidgin.
| smiley | The smiley to be added. |
| void pidgin_smiley_del_from_list | ( | PurpleSmiley * | smiley | ) |
Delete a PurpleSmiley from the GtkIMHtmlSmiley's list.
| smiley | The smiley to be deleted. |
| PidginSmiley* pidgin_smiley_edit | ( | GtkWidget * | widget, | |
| PurpleSmiley * | smiley | |||
| ) |
Shows an editor for a smiley.
| widget | The parent widget to be linked or NULL | |
| smiley | The PurpleSmiley to be edited, or NULL for a new smiley |
| void pidgin_smiley_editor_set_data | ( | PidginSmiley * | editor, | |
| gpointer | data, | |||
| gsize | datasize | |||
| ) |
Sets the image data in a smiley add dialog.
| editor | A smiley editor dialog | |
| data | A pointer to smiley's data | |
| datasize | The size of smiley's data |
| void pidgin_smiley_editor_set_image | ( | PidginSmiley * | editor, | |
| GdkPixbuf * | image | |||
| ) |
Set the image in a smiley add dialog.
| editor | A smiley editor dialog | |
| image | A GdkPixbuf image |
| void pidgin_smiley_editor_set_shortcut | ( | PidginSmiley * | editor, | |
| const gchar * | shortcut | |||
| ) |
Set the shortcut in a smiley add dialog.
| editor | A smiley editor dialog (created by pidgin_smiley_edit) | |
| shortcut | The shortcut to set |
| GSList* pidgin_smileys_get_all | ( | void | ) |
Returns a GSList with the GtkIMHtmlSmiley of each custom smiley.