Method

GLibHmacref

since: 2.30

Declaration

GHmac*
g_hmac_ref (
  GHmac* hmac
)

Description

Atomically increments the reference count of hmac by one.

This function is MT-safe and may be called from any thread.

Available since: 2.30

This method is not directly available to language bindings.

Return value

Type: GHmac

The passed in GHmac.

The data is owned by the instance.