Constructor
IdeExtensionSetAdapternew
Declaration
IdeExtensionSetAdapter*
ide_extension_set_adapter_new (
IdeObject* parent,
PeasEngine* engine,
GType interface_type,
const gchar* key,
const gchar* value
)
Parameters
parent-
Type:
IdeObjectNo description available.
The data is owned by the caller of the function. engine-
Type:
PeasEngineNo description available.
The data is owned by the caller of the function. interface_type-
Type:
GTypeNo description available.
key-
Type:
const gchar*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. value-
Type:
const gchar*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: IdeExtensionSetAdapter
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |