GDataYouTubeCredit

GDataYouTubeCredit — YouTube credit element

Stability Level

Unstable, unless otherwise indicated

Synopsis

#include <gdata/services/youtube/gdata-youtube-credit.h>

                    GDataYouTubeCredit;
                    GDataYouTubeCreditClass;
const gchar *       gdata_youtube_credit_get_entity_type
                                                        (GDataYouTubeCredit *self);

Object Hierarchy

  GObject
   +----GDataParsable
         +----GDataMediaCredit
               +----GDataYouTubeCredit

Properties

  "entity-type"              gchar*                : Read

Description

GDataYouTubeCredit represents the YouTube-specific customizations to GDataMediaCredit. For more information, see the online documentation.

Details

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


gdata_youtube_credit_get_entity_type ()

const gchar *       gdata_youtube_credit_get_entity_type
                                                        (GDataYouTubeCredit *self);

Gets the "entity-type" property.

self :

a GDataYouTubeCredit

Returns :

the type of the credited user (e.g. "partner"), or NULL

Since 0.4.0

Property Details

The "entity-type" property

  "entity-type"              gchar*                : Read

The type of entity who is credited. Currently this can only be "partner", for a YouTube partner.

For more information, see the YouTube documentation.

Default value: NULL

Since 0.4.0