![]() |
![]() |
![]() |
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 (const char *protocol, EmpathyAccountSettings *settings, gboolean simple);
"creating-account" gboolean : Read / Write / Construct Only "protocol" gchar* : Read / Write / Construct Only "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 (const char *protocol, EmpathyAccountSettings *settings, gboolean simple);
|
|
|
|
|
|
Returns : |
"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
"protocol"
property"protocol" gchar* : Read / Write / Construct Only
The protocol of the account.
Default value: NULL
"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. |