Function

VarlinkMethodCallref

Declaration [src]

VarlinkMethodCall*
varlink_method_call_ref (
  gpointer instance
)

Description [src]

Acquires a reference to instance.

Parameters

instance

Type: gpointer

A VarlinkMethodCall.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: VarlinkMethodCall

instance.

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