Top |
Functions
const gchar * | gdata_youtube_state_get_name () |
const gchar * | gdata_youtube_state_get_reason_code () |
const gchar * | gdata_youtube_state_get_help_uri () |
const gchar * | gdata_youtube_state_get_message () |
Functions
gdata_youtube_state_get_name ()
const gchar *
gdata_youtube_state_get_name (GDataYouTubeState *self
);
Gets the “name” property.
Since: 0.4.0
gdata_youtube_state_get_reason_code ()
const gchar *
gdata_youtube_state_get_reason_code (GDataYouTubeState *self
);
Gets the “reason-code” property.
Since: 0.4.0
gdata_youtube_state_get_help_uri ()
const gchar *
gdata_youtube_state_get_help_uri (GDataYouTubeState *self
);
Gets the “help-uri” property.
Since: 0.4.0
gdata_youtube_state_get_message ()
const gchar *
gdata_youtube_state_get_message (GDataYouTubeState *self
);
Gets the “message” property.
Since: 0.4.0
Types and Values
GDataYouTubeState
typedef struct _GDataYouTubeState GDataYouTubeState;
All the fields in the GDataYouTubeState structure are private and should never be accessed directly.
GDataYouTubeStateClass
typedef struct { } GDataYouTubeStateClass;
All the fields in the GDataYouTubeStateClass structure are private and should never be accessed directly.
Since: 0.4.0
Property Details
The “help-uri”
property
“help-uri” gchar *
A URI for a YouTube Help Center page that may help the developer or the video owner to diagnose the reason that an upload failed or was rejected.
For more information, see the
online documentation.Flags: Read / Write / Construct Only
Default value: NULL
Since: 0.4.0
The “message”
property
“message” gchar *
A human-readable description of why the video failed to upload.
For more information, see the
online documentation.Flags: Read / Write / Construct Only
Default value: NULL
Since: 0.4.0
The “name”
property
“name” gchar *
The name of the status of the unpublished video. Valid values are: "processing", "restricted", "deleted", "rejected" and "failed".
For more information, see the
online documentation.Flags: Read / Write / Construct Only
Default value: NULL
Since: 0.4.0
The “reason-code”
property
“reason-code” gchar *
The reason code explaining why the video failed to upload.
For more information, see the
online documentation.Flags: Read / Write / Construct Only
Default value: NULL
Since: 0.4.0