pidgin/gtkplugin.h

branch
soc.2013.gobjectification.plugins
changeset 37017
8e2b68c79fa1
parent 36935
5384600e613c
child 37021
04c99b24db84
equal deleted inserted replaced
37016:48f85579cc4c 37017:8e2b68c79fa1
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 @c 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