Method
PeasEnginecreate_extension_valist
Declaration [src]
GObject*
peas_engine_create_extension_valist (
PeasEngine* engine,
PeasPluginInfo* info,
GType extension_type,
const char* first_property,
va_list var_args
)
Description [src]
If the plugin identified by info
implements the extension_type
,
then this function will return a new instance of this implementation.
See peas_engine_create_extension()
for more information.
Parameters
info |
PeasPluginInfo |
A loaded |
|
The data is owned by the caller of the function. | |
extension_type |
GType |
The implemented extension |
|
first_property |
const char* |
The name of the first property. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
var_args |
va_list |
The value of the first property, followed optionally by more
name/value pairs, followed by |