comparison doc/gtkimhtml-signals.dox @ 29760:1981a7798b17

This looks like it should be @signaldesc.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 19 Apr 2010 20:45:31 +0000
parents a1b4795104eb
children
comparison
equal deleted inserted replaced
29759:6eb183a072d3 29760:1981a7798b17
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.