| 32 #include "pidgin.h" |
32 #include "pidgin.h" |
| 33 |
33 |
| 34 G_BEGIN_DECLS |
34 G_BEGIN_DECLS |
| 35 |
35 |
| 36 /** |
36 /** |
| |
37 * pidgin_plugin_pref_create_frame: |
| |
38 * @frame: PurplePluginPrefFrame |
| |
39 * |
| 37 * Creates a Gtk Preference frame for a PurplePluginPrefFrame |
40 * Creates a Gtk Preference frame for a PurplePluginPrefFrame |
| 38 * |
41 * |
| 39 * @frame: PurplePluginPrefFrame |
|
| 40 * Returns: The gtk preference frame |
42 * Returns: The gtk preference frame |
| 41 */ |
43 */ |
| 42 GtkWidget *pidgin_plugin_pref_create_frame(PurplePluginPrefFrame *frame); |
44 GtkWidget *pidgin_plugin_pref_create_frame(PurplePluginPrefFrame *frame); |
| 43 |
45 |
| 44 G_END_DECLS |
46 G_END_DECLS |