comparison src/gtkimhtml.h @ 9037:960bb3bd9ba6

[gaim-migrate @ 9813] simguy broke gaim in more ways than one. but he was around to fix it. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 23 May 2004 19:39:38 +0000
parents bbb8733c7818
children 812e7aa7eafa
comparison
equal deleted inserted replaced
9036:e1280b625174 9037:960bb3bd9ba6
210 * @name GTK+ IM/HTML rendering component API 210 * @name GTK+ IM/HTML rendering component API
211 **************************************************************************/ 211 **************************************************************************/
212 /*@{*/ 212 /*@{*/
213 213
214 /** 214 /**
215 * Returns the GtkType object for an IM/HTML widget. 215 * Returns the GType object for an IM/HTML widget.
216 * 216 *
217 * @return The GtkType for an IM/HTML widget. 217 * @return The GType for an IM/HTML widget.
218 */ 218 */
219 GtkType gtk_imhtml_get_type(void); 219 GType gtk_imhtml_get_type(void);
220 220
221 /** 221 /**
222 * Creates and returns a new GTK IM/HTML widget. 222 * Creates and returns a new GTK IM/HTML widget.
223 * 223 *
224 * @return The GTK IM/HTML widget created. 224 * @return The GTK IM/HTML widget created.