Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ![]() |
![]() |
![]() |
![]() |
#include <gdata/services/youtube/gdata-youtube-category.h> GDataYouTubeCategory; GDataYouTubeCategoryClass; gboolean gdata_youtube_category_is_assignable (GDataYouTubeCategory *self
); gboolean gdata_youtube_category_is_browsable (GDataYouTubeCategory *self
,const gchar *region
); gboolean gdata_youtube_category_is_deprecated (GDataYouTubeCategory *self
);
GDataYouTubeCategory represents the YouTube-specific customizations to GDataCategory. For more information, see the online documentation.
typedef struct _GDataYouTubeCategory GDataYouTubeCategory;
All the fields in the GDataYouTubeCategory structure are private and should never be accessed directly.
Since 0.7.0
typedef struct { } GDataYouTubeCategoryClass;
All the fields in the GDataYouTubeCategoryClass structure are private and should never be accessed directly.
Since 0.7.0
gboolean gdata_youtube_category_is_assignable
(GDataYouTubeCategory *self
);
Gets the "is-assignable" property.
|
a GDataYouTubeCategory |
Returns : |
whether new videos can be assigned to the category |
Since 0.7.0
gboolean gdata_youtube_category_is_browsable (GDataYouTubeCategory *self
,const gchar *region
);
Returns whether the category is browsable in the given region
. The list of supported region IDs is
available online.
|
a GDataYouTubeCategory |
|
a two-letter region ID |
Returns : |
whether the category is browsable in region
|
Since 0.7.0
gboolean gdata_youtube_category_is_deprecated
(GDataYouTubeCategory *self
);
Gets the "is-deprecated" property.
|
a GDataYouTubeCategory |
Returns : |
whether the category is deprecated |
Since 0.7.0