| 90 * Additionally, you can provide the property |
90 * Additionally, you can provide the property |
| 91 * <literal>"gtk-config-frame-cb"</literal>, which should be a callback that |
91 * <literal>"gtk-config-frame-cb"</literal>, which should be a callback that |
| 92 * returns a #GtkWidget for the plugin's configuration |
92 * returns a #GtkWidget for the plugin's configuration |
| 93 * (see #PidginPluginConfigFrameCb). |
93 * (see #PidginPluginConfigFrameCb). |
| 94 * |
94 * |
| 95 * @see purple_plugin_info_new() |
95 * See purple_plugin_info_new(). |
| 96 * |
96 * |
| 97 * Returns: A new #PidginPluginInfo instance. |
97 * Returns: A new #PidginPluginInfo instance. |
| 98 */ |
98 */ |
| 99 PidginPluginInfo *pidgin_plugin_info_new(const char *first_property, ...) |
99 PidginPluginInfo *pidgin_plugin_info_new(const char *first_property, ...) |
| 100 G_GNUC_NULL_TERMINATED; |
100 G_GNUC_NULL_TERMINATED; |