Class

CMAccount

since: 0

Description

final class CM.Account : CM.User
{
  /* No available fields */
}
No description available.

Available since: 0

Ancestors

Instance methods

cm_account_delete_3pid_async
No description available.

since: 0

cm_account_delete_3pid_finish
No description available.

since: 0

cm_account_get_3pids_async
No description available.

since: 0

cm_account_get_3pids_finish

Finishes an asynchronous operation started with cm_account_get_3pids_async().

since: 0

cm_account_get_login_id

Get the login ID set for the account.

since: 0

cm_account_set_display_name_async
No description available.

since: 0

cm_account_set_display_name_finish
No description available.

since: 0

cm_account_set_login_id

Set login ID for the account. The login can be a fully qualified matrix ID, or an email address which shall be used to log in to the server in to the server.

since: 0

cm_account_set_user_avatar_async
No description available.

since: 0

cm_account_set_user_avatar_finish
No description available.

since: 0

Methods inherited from CmUser (7)
cm_user_get_avatar_async
No description available.

since: 0

cm_user_get_avatar_finish

Finishes an asynchronous operation started with cm_user_get_avatar_async().

since: 0

cm_user_get_avatar_url
No description available.

since: 0

cm_user_get_display_name

Get the user’s human readable display name.

since: 0

cm_user_get_id

Get the user’s matrix id.

since: 0

cm_user_load_info_async
No description available.

since: 0

cm_user_load_info_finish
No description available.

since: 0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from CmUser (1)
CmUser::changed

Changed signal is emitted when name or avatar of the user changes.

since: 0

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

unstable since: 2.0

Class structure

struct CMAccountClass {
  CmUserClass parent_class;
  
}
No description available.
Class members
parent_class: CmUserClass
No description available.