| [Insert name here] Reference Manual | ||||
|---|---|---|---|---|
#define R_WORK_TYPE #define R_WORK (obj) #define R_WORK_CLASS (klass) #define IS_R_WORK (obj) #define IS_R_WORK_CLASS (klass) #define R_WORK_GET_CLASS (klass) RWorkPrivate; RWork; GType r_work_get_type (void); RWork* r_work_new (void); void r_work_free (RWork *work); RWork* r_work_copy (RWork *work);
"assignment" gchararray : Read / Write / Construct "collaborator" gchararray : Read / Write / Construct "collaborator-phone" gchararray : Read / Write / Construct "department" gchararray : Read / Write / Construct "manager-name" gchararray : Read / Write / Construct "manager-phone" gchararray : Read / Write / Construct "organization" gchararray : Read / Write / Construct "sub-department" gchararray : Read / Write / Construct
#define IS_R_WORK_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), R_WORK_TYPE))
klass : |
assignment" property"assignment" gchararray : Read / Write / Construct
the contact's assignment
Default value: NULL
collaborator" property"collaborator" gchararray : Read / Write / Construct
contact's collaborator
Default value: NULL
collaborator-phone" property"collaborator-phone" gchararray : Read / Write / Construct
collaborator's phone
Default value: NULL
department" property"department" gchararray : Read / Write / Construct
The department where contact works
Default value: NULL
manager-name" property"manager-name" gchararray : Read / Write / Construct
the contact's manager
Default value: NULL
manager-phone" property"manager-phone" gchararray : Read / Write / Construct
the manager's telephone number
Default value: NULL
organization" property"organization" gchararray : Read / Write / Construct
The organization the contact works for
Default value: NULL
sub-department" property"sub-department" gchararray : Read / Write / Construct
The sub department where contact works
Default value: NULL