| Top |  |  |  |  | 
| GDataGDOrganization * | gdata_gd_organization_new () | 
| const gchar * | gdata_gd_organization_get_name () | 
| void | gdata_gd_organization_set_name () | 
| const gchar * | gdata_gd_organization_get_title () | 
| void | gdata_gd_organization_set_title () | 
| const gchar * | gdata_gd_organization_get_relation_type () | 
| void | gdata_gd_organization_set_relation_type () | 
| const gchar * | gdata_gd_organization_get_label () | 
| void | gdata_gd_organization_set_label () | 
| gboolean | gdata_gd_organization_is_primary () | 
| void | gdata_gd_organization_set_is_primary () | 
| const gchar * | gdata_gd_organization_get_department () | 
| void | gdata_gd_organization_set_department () | 
| const gchar * | gdata_gd_organization_get_job_description () | 
| void | gdata_gd_organization_set_job_description () | 
| const gchar * | gdata_gd_organization_get_symbol () | 
| void | gdata_gd_organization_set_symbol () | 
| GDataGDWhere * | gdata_gd_organization_get_location () | 
| void | gdata_gd_organization_set_location () | 
| gchar * | department | Read / Write | 
| gboolean | is-primary | Read / Write | 
| gchar * | job-description | Read / Write | 
| gchar * | label | Read / Write | 
| GDataGDWhere * | location | Read / Write | 
| gchar * | name | Read / Write | 
| gchar * | relation-type | Read / Write | 
| gchar * | symbol | Read / Write | 
| gchar * | title | Read / Write | 
GDataGDOrganization * gdata_gd_organization_new (const gchar *name,const gchar *title,const gchar *relation_type,const gchar *label,gboolean is_primary);
Creates a new GDataGDOrganization. More information is available in the GData specification.
| name |  the name of the organization, or  | [allow-none] | 
| title |  the owner's title within the organization, or  | [allow-none] | 
| relation_type |  the relationship between the organization and its owner, or  | [allow-none] | 
| label |  a human-readable label for the organization, or  | [allow-none] | 
| is_primary | 
 | 
Since: 0.2.0
const gchar *
gdata_gd_organization_get_name (GDataGDOrganization *self);
Gets the “name” property.
Since: 0.4.0
void gdata_gd_organization_set_name (GDataGDOrganization *self,const gchar *name);
Sets the “name” property to name
.
Set name
 to NULL to unset the property in the organization.
Since: 0.4.0
const gchar *
gdata_gd_organization_get_title (GDataGDOrganization *self);
Gets the “title” property.
Since: 0.4.0
void gdata_gd_organization_set_title (GDataGDOrganization *self,const gchar *title);
Sets the “title” property to title
.
Set title
 to NULL to unset the property in the organization.
Since: 0.4.0
const gchar *
gdata_gd_organization_get_relation_type
                               (GDataGDOrganization *self);
Gets the “relation-type” property.
Since: 0.4.0
void gdata_gd_organization_set_relation_type (GDataGDOrganization *self,const gchar *relation_type);
Sets the “relation-type” property to relation_type
.
Set relation_type
 to NULL to unset the property in the organization.
Since: 0.4.0
const gchar *
gdata_gd_organization_get_label (GDataGDOrganization *self);
Gets the “label” property.
Since: 0.4.0
void gdata_gd_organization_set_label (GDataGDOrganization *self,const gchar *label);
Sets the “label” property to label
.
Set label
 to NULL to unset the property in the organization.
Since: 0.4.0
gboolean
gdata_gd_organization_is_primary (GDataGDOrganization *self);
Gets the “is-primary” property.
Since: 0.4.0
void gdata_gd_organization_set_is_primary (GDataGDOrganization *self,gboolean is_primary);
Sets the “is-primary” property to is_primary
.
Since: 0.4.0
const gchar *
gdata_gd_organization_get_department (GDataGDOrganization *self);
Gets the “department” property.
Since: 0.5.0
void gdata_gd_organization_set_department (GDataGDOrganization *self,const gchar *department);
Sets the “department” property to department
.
Set department
 to NULL to unset the property in the organization.
| self | ||
| department |  the new department for the person working in the organization, or  | [allow-none] | 
Since: 0.5.0
const gchar *
gdata_gd_organization_get_job_description
                               (GDataGDOrganization *self);
Gets the “job-description” property.
Since: 0.5.0
void gdata_gd_organization_set_job_description (GDataGDOrganization *self,const gchar *job_description);
Sets the “job-description” property to job_description
.
Set job_description
 to NULL to unset the property in the organization.
| self | ||
| job_description |  the new job description for the person in the organization, or  | [allow-none] | 
Since: 0.5.0
const gchar *
gdata_gd_organization_get_symbol (GDataGDOrganization *self);
Gets the “symbol” property.
Since: 0.5.0
void gdata_gd_organization_set_symbol (GDataGDOrganization *self,const gchar *symbol);
Sets the “symbol” property to symbol
.
Set symbol
 to NULL to unset the property in the organization.
Since: 0.5.0
GDataGDWhere *
gdata_gd_organization_get_location (GDataGDOrganization *self);
Gets the “location” property.
Since: 0.6.0
void gdata_gd_organization_set_location (GDataGDOrganization *self,GDataGDWhere *location);
Sets the “location” property to location
.
Set location
 to NULL to unset the property in the organization.
Since: 0.6.0
#define GDATA_GD_ORGANIZATION_WORK "http://schemas.google.com/g/2005#work"
The relation type URI for a work organization.
Since: 0.7.0
#define GDATA_GD_ORGANIZATION_OTHER "http://schemas.google.com/g/2005#other"
The relation type URI for a miscellaneous organization.
Since: 0.7.0
typedef struct _GDataGDOrganization GDataGDOrganization;
All the fields in the GDataGDOrganization structure are private and should never be accessed directly.
Since: 0.2.0
typedef struct {
} GDataGDOrganizationClass;
All the fields in the GDataGDOrganizationClass structure are private and should never be accessed directly.
Since: 0.4.0
“department” property“department” gchar *
Specifies a department within the organization.
For more information, see the
GData specification.Flags: Read / Write
Default value: NULL
Since: 0.5.0
“is-primary” property“is-primary” gboolean
Indicates which organization out of a group is primary.
For more information, see the
GData specification.Flags: Read / Write
Default value: FALSE
Since: 0.4.0
“job-description” property“job-description” gchar *
Description of a job within the organization.
For more information, see the
GData specification.Flags: Read / Write
Default value: NULL
Since: 0.5.0
“label” property“label” gchar *
A simple string value used to name this organization. It allows UIs to display a label such as "Work", "Volunteer", "Professional Society", etc.
For more information, see the
GData specification.Flags: Read / Write
Default value: NULL
Since: 0.4.0
“location” property“location” GDataGDWhere *
A place associated with the organization, e.g. office location.
For more information, see the
GData specification.Flags: Read / Write
Since: 0.6.0
“name” property“name” gchar *
The name of the organization.
For more information, see the
GData specification.Flags: Read / Write
Default value: NULL
Since: 0.4.0
“relation-type” property“relation-type” gchar *
A programmatic value that identifies the type of organization. For example: GDATA_GD_ORGANIZATION_WORK or GDATA_GD_ORGANIZATION_OTHER.
For more information, see the
GData specification.Flags: Read / Write
Default value: NULL
Since: 0.4.0
“symbol” property“symbol” gchar *
Stock symbol of the organization.
For more information, see the
GData specification.Flags: Read / Write
Default value: NULL
Since: 0.5.0
“title” property“title” gchar *
The title of a person within the organization.
For more information, see the
GData specification.Flags: Read / Write
Default value: NULL
Since: 0.4.0