Constructor

MalcontentManagernew

since: 0.3.0

Declaration [src]

MctManager*
mct_manager_new (
  GDBusConnection* connection
)

Description [src]

Create a new MctManager.

Available since: 0.3.0

Parameters

connection

Type: GDBusConnection

A D-Bus connection to use.

The data is owned by the caller of the function.

Return value

Type: MctManager

A new MctManager.

The caller of the function takes ownership of the data, and is responsible for freeing it.