![]() |
![]() |
![]() |
Evolution Connector for Microsoft Exchange Programmer’s Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
struct E2kUserDialog; GtkWidget * e2k_user_dialog_new (GtkWidget *parent_window
,const gchar *label_text
,const gchar *section_name
); gchar * e2k_user_dialog_get_user (E2kUserDialog *dialog
);
struct E2kUserDialog { GtkDialog parent; /* Private data */ E2kUserDialogPrivate *priv; };
GtkWidget * e2k_user_dialog_new (GtkWidget *parent_window
,const gchar *label_text
,const gchar *section_name
);
Creates a new user selection dialog.
|
The window invoking the dialog. |
|
Text to label the entry in the initial dialog with |
|
The section name for the select-names dialog |
Returns : |
A newly-created user selection dialog, or NULL if
the dialog could not be created. |
gchar * e2k_user_dialog_get_user (E2kUserDialog *dialog
);
Gets the email address of the selected user from the dialog.
|
the dialog |
Returns : |
the email address, which must be freed with g_free() . |