|  |  |  | GData Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
#include <gdata/media/gdata-media-credit.h>
                    GDataMediaCredit;
                    GDataMediaCreditClass;
const gchar *       gdata_media_credit_get_credit       (GDataMediaCredit *self);
const gchar *       gdata_media_credit_get_scheme       (GDataMediaCredit *self);
const gchar *       gdata_media_credit_get_role         (GDataMediaCredit *self);
GDataMediaCredit represents a "credit" element from the Media RSS specification.
The class only implements parsing, not XML output, at the moment.
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
const gchar *       gdata_media_credit_get_credit       (GDataMediaCredit *self);
Gets the "credit" property.
| 
 | a GDataMediaCredit | 
| Returns : | the name of the credited entity | 
Since 0.4.0
const gchar *       gdata_media_credit_get_scheme       (GDataMediaCredit *self);
Gets the "scheme" property.
| 
 | a GDataMediaCredit | 
| Returns : | the credit's role scheme, or NULL | 
Since 0.4.0
const gchar *       gdata_media_credit_get_role         (GDataMediaCredit *self);
Gets the "role" property.
| 
 | a GDataMediaCredit | 
| Returns : | the credited entity's role, or NULL | 
Since 0.4.0
"credit" property"credit" gchar* : Read
The credited entity's name.
For more information, see the Media RSS specification.
Default value: NULL
Since 0.4.0
"role" property"role" gchar* : Read
The role the credited entity played in the production of the media.
For more information, see the Media RSS specification.
Default value: NULL
Since 0.4.0
"scheme" property"scheme" gchar* : Read
A URI that identifies the role scheme.
For more information, see the Media RSS specification.
Default value: NULL
Since 0.4.0