| 61 |
61 |
| 62 @signaldef paste |
62 @signaldef paste |
| 63 @signalproto |
63 @signalproto |
| 64 void (*paste) (GtkIMHtml *imhtml, char *format) |
64 void (*paste) (GtkIMHtml *imhtml, char *format) |
| 65 @endsignalproto |
65 @endsignalproto |
| 66 @signaldef Emitted when paste from the clipboard is requested. |
66 @signaldesc Emitted when paste from the clipboard is requested. |
| 67 @param imhtml The GtkIMHtml emitting the signal. |
67 @param imhtml The GtkIMHtml emitting the signal. |
| 68 @param format If 'text', then the formatting of the clipboard content |
68 @param format If 'text', then the formatting of the clipboard content |
| 69 will be removed before pasting. If empty or 'html', then |
69 will be removed before pasting. If empty or 'html', then |
| 70 the formatting will not be removed. Any other value for |
70 the formatting will not be removed. Any other value for |
| 71 this parameter is ignored and nothing is pasted. |
71 this parameter is ignored and nothing is pasted. |