pidgin/gtkplugin.h

branch
soc.2013.gobjectification.plugins
changeset 37034
9d6765962b22
parent 37023
d9bcdc9a91e6
child 37048
6a395246c742
equal deleted inserted replaced
37033:ce8b96a22ebe 37034:9d6765962b22
80 * See purple_plugin_info_new() for a list of available property names. 80 * See purple_plugin_info_new() for a list of available property names.
81 * Additionally, you can provide the property "gtk-config-frame-cb", 81 * Additionally, you can provide the property "gtk-config-frame-cb",
82 * which should be a callback that returns a GtkWidget for the plugin's 82 * which should be a callback that returns a GtkWidget for the plugin's
83 * configuration (see PidginPluginConfigFrameCb). 83 * configuration (see PidginPluginConfigFrameCb).
84 * 84 *
85 * @param first_property The first property name 85 * @first_property: The first property name
86 * @param ... The value of the first property, followed optionally by more 86 * @...: The value of the first property, followed optionally by more
87 * name/value pairs, followed by @c NULL 87 * name/value pairs, followed by %NULL
88 * 88 *
89 * @return A new #PidginPluginInfo instance. 89 * Returns: A new #PidginPluginInfo instance.
90 * 90 *
91 * @see purple_plugin_info_new() 91 * @see purple_plugin_info_new()
92 */ 92 */
93 PidginPluginInfo *pidgin_plugin_info_new(const char *first_property, ...) 93 PidginPluginInfo *pidgin_plugin_info_new(const char *first_property, ...)
94 G_GNUC_NULL_TERMINATED; 94 G_GNUC_NULL_TERMINATED;

mercurial