Ags.LoginInfo

Fields

Name

Type

Access

Description

active_session_count

int

r/w

ref_count

int

r/w

security_context

Ags.SecurityContext

r/w

user_uuid

str

r/w

Methods

class

alloc ()

class

free (login_info)

class

ref (login_info)

class

unref (login_info)

Details

class Ags.LoginInfo
classmethod alloc()
Returns:

the newly allocated Ags.LoginInfo-struct

Return type:

object or None

Alloc Ags.LoginInfo-struct.

New in version 3.0.0.

classmethod free(login_info)
Parameters:

login_info (object or None) – the Ags.LoginInfo-struct

Free login_info.

New in version 3.0.0.

classmethod ref(login_info)
Parameters:

login_info (object or None) – the Ags.LoginInfo-struct

Increase ref-count of login_info.

New in version 3.0.0.

classmethod unref(login_info)
Parameters:

login_info (object or None) – the Ags.LoginInfo-struct

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

New in version 3.0.0.