Method

QmiMessageContextref

since: 1.18

Declaration [src]

QmiMessageContext*
qmi_message_context_ref (
  QmiMessageContext* self
)

Description [src]

Atomically increments the reference count of self by one.

Available since: 1.18

Return value

Type: QmiMessageContext

The new reference to self.

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