![]() |
![]() |
![]() |
GData Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#include <gdata/services/youtube/gdata-youtube-state.h> GDataYouTubeState; GDataYouTubeStateClass; const gchar * gdata_youtube_state_get_name (GDataYouTubeState *self); const gchar * gdata_youtube_state_get_reason_code (GDataYouTubeState *self); const gchar * gdata_youtube_state_get_help_uri (GDataYouTubeState *self); const gchar * gdata_youtube_state_get_message (GDataYouTubeState *self);
"help-uri" gchar* : Read "message" gchar* : Read "name" gchar* : Read "reason-code" gchar* : Read
typedef struct _GDataYouTubeState GDataYouTubeState;
All the fields in the GDataYouTubeState structure are private and should never be accessed directly.
typedef struct { } GDataYouTubeStateClass;
All the fields in the GDataYouTubeStateClass structure are private and should never be accessed directly.
Since 0.4.0
const gchar * gdata_youtube_state_get_name (GDataYouTubeState *self);
Gets the "name" property.
|
a GDataYouTubeState |
Returns : |
the status name |
Since 0.4.0
const gchar * gdata_youtube_state_get_reason_code (GDataYouTubeState *self);
Gets the "reason-code" property.
|
a GDataYouTubeState |
Returns : |
the status reason code, or NULL
|
Since 0.4.0
const gchar * gdata_youtube_state_get_help_uri (GDataYouTubeState *self);
Gets the "help-uri" property.
|
a GDataYouTubeState |
Returns : |
the help URI, or NULL
|
Since 0.4.0
"help-uri"
property"help-uri" gchar* : Read
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.
Default value: NULL
Since 0.4.0
"message"
property"message" gchar* : Read
A human-readable description of why the video failed to upload.
For more information, see the online documentation.
Default value: NULL
Since 0.4.0
"name"
property"name" gchar* : Read
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.
Default value: NULL
Since 0.4.0
"reason-code"
property"reason-code" gchar* : Read
The reason code explaining why the video failed to upload.
For more information, see the online documentation.
Default value: NULL
Since 0.4.0