Top | ![]() |
![]() |
![]() |
![]() |
const gchar * | gdata_media_credit_get_credit () |
const gchar * | gdata_media_credit_get_scheme () |
const gchar * | gdata_media_credit_get_role () |
GDataMediaCredit represents a "credit" element from the
Media RSS specification.The class only implements parsing, not XML output, at the moment.
const gchar *
gdata_media_credit_get_credit (GDataMediaCredit *self
);
Gets the “credit” property.
Since: 0.4.0
const gchar *
gdata_media_credit_get_scheme (GDataMediaCredit *self
);
Gets the “scheme” property.
Since: 0.4.0
const gchar *
gdata_media_credit_get_role (GDataMediaCredit *self
);
Gets the “role” property.
Since: 0.4.0
typedef struct _GDataMediaCredit GDataMediaCredit;
All the fields in the GDataMediaCredit structure are private and should never be accessed directly.
typedef struct { } GDataMediaCreditClass;
All the fields in the GDataMediaCreditClass structure are private and should never be accessed directly.
Since: 0.4.0
“credit”
property“credit” gchar *
The credited entity's name.
For more information, see the Media RSS specification.
Flags: Read
Default value: NULL
Since: 0.4.0
“role”
property“role” gchar *
The role the credited entity played in the production of the media.
For more information, see the Media RSS specification.
Flags: Read
Default value: NULL
Since: 0.4.0
“scheme”
property“scheme” gchar *
A URI that identifies the role scheme.
For more information, see the Media RSS specification.
Flags: Read
Default value: NULL
Since: 0.4.0