Top | ![]() |
![]() |
![]() |
![]() |
GDataAuthor * | gdata_author_new () |
const gchar * | gdata_author_get_name () |
void | gdata_author_set_name () |
const gchar * | gdata_author_get_uri () |
void | gdata_author_set_uri () |
const gchar * | gdata_author_get_email_address () |
void | gdata_author_set_email_address () |
GDataAuthor * gdata_author_new (const gchar *name
,const gchar *uri
,const gchar *email_address
);
Creates a new GDataAuthor. More information is available in the Atom specification.
const gchar *
gdata_author_get_name (GDataAuthor *self
);
Gets the “name” property.
Since: 0.4.0
void gdata_author_set_name (GDataAuthor *self
,const gchar *name
);
Sets the “name” property to name
.
Since: 0.4.0
const gchar *
gdata_author_get_uri (GDataAuthor *self
);
Gets the “uri” property.
Since: 0.4.0
void gdata_author_set_uri (GDataAuthor *self
,const gchar *uri
);
Sets the “uri” property to uri
.
Set uri
to NULL
to unset the property in the author.
Since: 0.4.0
const gchar *
gdata_author_get_email_address (GDataAuthor *self
);
Gets the “email-address” property.
Since: 0.4.0
void gdata_author_set_email_address (GDataAuthor *self
,const gchar *email_address
);
Sets the “email-address” property to email_address
.
Set email_address
to NULL
to unset the property in the author.
Since: 0.4.0
typedef struct _GDataAuthor GDataAuthor;
All the fields in the GDataAuthor structure are private and should never be accessed directly.
typedef struct { } GDataAuthorClass;
All the fields in the GDataAuthorClass structure are private and should never be accessed directly.
Since: 0.4.0
“email-address”
property“email-address” gchar *
An e-mail address associated with the person.
For more information, see the
Atom specification.Flags: Read / Write
Default value: NULL
Since: 0.4.0
“name”
property“name” gchar *
A human-readable name for the person.
For more information, see the
Atom specification.Flags: Read / Write
Default value: NULL
Since: 0.4.0
“uri”
property“uri” gchar *
An IRI associated with the person.
For more information, see the
Atom specification.Flags: Read / Write
Default value: NULL
Since: 0.4.0