Osso Addressbook Reference Manual | ||||
---|---|---|---|---|
OssoABookTemporaryContactDialog; GtkWidget* osso_abook_temporary_contact_dialog_new (GtkWindow *parent, EBook *book, EVCardAttribute *attribute, McAccount *account); GtkWidget* osso_abook_temporary_contact_dialog_new_with_contact (GtkWindow *parent, OssoABookContact *contact);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----OssoABookTemporaryContactDialog
OssoABookTemporaryContactDialog implements GtkBuildable and AtkImplementorIface.
"account" McAccount* : Read / Write / Construct Only "attribute" EVCardAttribute* : Read / Write / Construct Only "tmp-contact" OssoABookContact* : Read / Write / Construct Only
typedef struct _OssoABookTemporaryContactDialog OssoABookTemporaryContactDialog;
All the fields of this structure are private to the object's implementation and should never be accessed directly.
GtkWidget* osso_abook_temporary_contact_dialog_new (GtkWindow *parent, EBook *book, EVCardAttribute *attribute, McAccount *account);
Creates a new OssoABookTemporaryContactDialog object.
contact : |
the temporary OssoABookContact |
Returns : | A new OssoABookTemporaryContactDialog object. |
"account"
property"account" McAccount* : Read / Write / Construct Only
The account of the temporary contact if any.
"attribute"
property"attribute" EVCardAttribute* : Read / Write / Construct Only
The temporary attribute.
"contact-saved"
signalgboolean user_function (OssoABookTemporaryContactDialog *ossoabooktemporarycontactdialog, gchar *arg1, gpointer user_data) : Run Last