| Top |
Description
GDataYouTubeCredit represents the YouTube-specific customizations to GDataMediaCredit. For more information, see the online documentation.
Functions
gdata_youtube_credit_get_entity_type ()
const gchar *
gdata_youtube_credit_get_entity_type (GDataYouTubeCredit *self);
Gets the “entity-type” property.
Since 0.4.0
Types and Values
GDATA_YOUTUBE_CREDIT_ENTITY_PARTNER
#define GDATA_YOUTUBE_CREDIT_ENTITY_PARTNER "partner"
The credited entity is a YouTube partner.
Since 0.7.0
GDataYouTubeCredit
typedef struct _GDataYouTubeCredit GDataYouTubeCredit;
All the fields in the GDataYouTubeCredit structure are private and should never be accessed directly.
Since 0.4.0
GDataYouTubeCreditClass
typedef struct {
} GDataYouTubeCreditClass;
All the fields in the GDataYouTubeCreditClass structure are private and should never be accessed directly.
Since 0.4.0
Property Details
The “entity-type” property
“entity-type” gchar *
The type of entity who is credited. Currently this can only be GDATA_YOUTUBE_CREDIT_ENTITY_PARTNER, for a YouTube partner.
For more information, see the
YouTube documentation.Flags: Read
Default value: NULL
Since 0.4.0
