Constructor

IdeExtensionSetAdapternew

Declaration

IdeExtensionSetAdapter*
ide_extension_set_adapter_new (
  IdeObject* parent,
  PeasEngine* engine,
  GType interface_type,
  const gchar* key,
  const gchar* value
)

Description

No description available.

Parameters

parent

Type: IdeObject

No description available.

The data is owned by the caller of the function.
engine

Type: PeasEngine

No description available.

The data is owned by the caller of the function.
interface_type

Type: GType

No 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.