Function

AgsLoginInfounref

since: 3.0.0

Declaration [src]

void
ags_login_info_unref (
  AgsLoginInfo* login_info
)

Description [src]

Decrease ref-count of login_info and free it if ref-count drops to 0.

Available since: 3.0.0

Parameters

login_info

Type: AgsLoginInfo*

The AgsLoginInfo-struct.

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