Function

VarlinkMethodReplyref

Declaration [src]

VarlinkMethodReply*
varlink_method_reply_ref (
  gpointer instance
)

Description [src]

Acquires a reference to instance.

Parameters

instance

Type: gpointer

A VarlinkMethodReply.

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

Return value

Type: VarlinkMethodReply

instance.

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