Top |
CallsAccount * | account | Read / Write / Construct Only |
gboolean | online | Read / Write |
CallsAccountProvider * | provider | Read / Write / Construct Only |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkListBoxRow ╰── HdyPreferencesRow ╰── HdyActionRow ╰── CallsAccountRow
CallsAccountRow implements AtkImplementorIface, GtkBuildable and GtkActionable.
CallsAccountRow * calls_account_row_new (CallsAccountProvider *provider
,CallsAccount *account
);
void calls_account_row_set_online (CallsAccountRow *self
,gboolean online
);
CallsAccount *
calls_account_row_get_account (CallsAccountRow *self
);
CallsAccountProvider *
calls_account_row_get_account_provider
(CallsAccountRow *self
);
“account”
property“account” CallsAccount *
The account this row represents.
Owner: CallsAccountRow
Flags: Read / Write / Construct Only
“online”
property “online” gboolean
If the account is online.
Owner: CallsAccountRow
Flags: Read / Write
Default value: FALSE
“provider”
property“provider” CallsAccountProvider *
The provider of the account this row represents.
Owner: CallsAccountRow
Flags: Read / Write / Construct Only