Top | ![]() |
![]() |
![]() |
![]() |
CallsAccountRow * | calls_account_row_new () |
gboolean | calls_account_row_get_online () |
void | calls_account_row_set_online () |
CallsAccount * | calls_account_row_get_account () |
CallsAccount * | account | Read / Write / Construct Only |
gboolean | online | Read / Write |
CallsAccountProvider * | provider | 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
);
“account”
property“account” CallsAccount *
The account this row represents.
Owner: CallsAccountRow
Flags: Read / Write / Construct Only
“online”
property “online” gboolean
The state of the online switch.
Owner: CallsAccountRow
Flags: Read / Write
Default value: FALSE
“provider”
property“provider” CallsAccountProvider *
The provider of the account this row represents.
Owner: CallsAccountRow
Flags: Write / Construct Only
“edit-clicked”
signalvoid user_function (CallsAccountRow *callsaccountrow, CallsAccountProvider *arg1, CallsAccount *arg2, gpointer user_data)
Flags: Run First