void (*url_clicked)(GtkIMHtml *imhtml, char *uri);
| imhtml | The GtkIMHtml emitting the signal. | |
| url | The uri. |
void (*format_buttons_update)(GtkIMHtml *imhtml, GtkIMHtmlButtons buttons, gpointer data);
| imhtml | The GtkIMHtml emitting the signal. | |
| buttons | GtkIMHtmlButtons for the GtkIMHtml. | |
| data | User defined data. |
void (*format_function_clear)(GtkIMHtml *imhtml, gpointer data);
| imhtml | The GtkIMHtml emitting the signal. | |
| data | User defined data. |
void (*format_function_toggle)(GtkIMHtml *imhtml, GtkIMHtmlButtons buttons, gpointer data);
| imhtml | The GtkIMHtml emitting the signal. | |
| buttons | GtkIMHtmlButtons for the GtkIMHtml. | |
| data | User defined data. |
void (*format_function_update)(GtkIMHtml *imhtml, gpointer data);
| imhtml | The GtkIMHtml emitting the signal. | |
| data | User defined data. |
1.4.4