pidgin/gtkutils.h

changeset 35748
6c4993b737a4
parent 35735
39ba84113a68
child 35766
f29bb25cfbd8
equal deleted inserted replaced
35747:25085b485441 35748:6c4993b737a4
82 82
83 /** 83 /**
84 * pidgin_setup_webview: 84 * pidgin_setup_webview:
85 * @webview: The gtkwebview widget to setup. 85 * @webview: The gtkwebview widget to setup.
86 * 86 *
87 * Sets up a gtkwebview widget, loads it with smileys, and sets the 87 * Sets up a gtkwebview widget and sets the default signal handlers.
88 * default signal handlers.
89 */ 88 */
90 void pidgin_setup_webview(GtkWidget *webview); 89 void pidgin_setup_webview(GtkWidget *webview);
91 90
92 /** 91 /**
93 * pidgin_create_webview: 92 * pidgin_create_webview:

mercurial