![]() |
![]() |
![]() |
libempathy-gtk Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties | Signals |
EmpathyAccountWidgetUIDetails; EmpathyAccountWidget; GtkWidget * empathy_account_widget_get_widget (EmpathyAccountWidget *widget); EmpathyAccountWidget * empathy_account_widget_new_for_protocol (EmpathyAccountSettings *settings, gboolean simple); gboolean empathy_account_widget_contains_pending_changes (EmpathyAccountWidget *widget); void empathy_account_widget_discard_pending_changes (EmpathyAccountWidget *widget);
"creating-account" gboolean : Read / Write / Construct Only "protocol" gchar* : Read "settings" EmpathyAccountSettings* : Read / Write / Construct Only "simple" gboolean : Read / Write / Construct Only
typedef struct { GtkWidget *widget; GtkBuilder *gui; char *default_focus; gboolean add_forget; } EmpathyAccountWidgetUIDetails;
GtkWidget * empathy_account_widget_get_widget (EmpathyAccountWidget *widget);
|
|
Returns : |
EmpathyAccountWidget * empathy_account_widget_new_for_protocol (EmpathyAccountSettings *settings, gboolean simple);
|
|
|
|
Returns : |
gboolean empathy_account_widget_contains_pending_changes (EmpathyAccountWidget *widget);
|
|
Returns : |
void empathy_account_widget_discard_pending_changes (EmpathyAccountWidget *widget);
|
"creating-account"
property"creating-account" gboolean : Read / Write / Construct Only
TRUE if we're creating an account, FALSE if we're modifying it.
Default value: FALSE
"settings"
property"settings" EmpathyAccountSettings* : Read / Write / Construct Only
The settings of the account.
"simple"
property"simple" gboolean : Read / Write / Construct Only
Whether the account widget is a simple or an advanced one.
Default value: FALSE
"account-created"
signalvoid user_function (EmpathyAccountWidget *empathyaccountwidget, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"cancelled"
signalvoid user_function (EmpathyAccountWidget *empathyaccountwidget, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"handle-apply"
signalvoid user_function (EmpathyAccountWidget *empathyaccountwidget, gboolean arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |