Top | Description | Object Hierarchy | Properties | ![]() |
![]() |
![]() |
![]() |
#include <gdata/app/gdata-app-categories.h> GDataAPPCategories; GDataAPPCategoriesClass; GList * gdata_app_categories_get_categories (GDataAPPCategories *self
); gboolean gdata_app_categories_is_fixed (GDataAPPCategories *self
);
GDataAPPCategories is a list of categories (GDataCategory) returned as the result of querying an Atom Publishing Protocol Category Document.
typedef struct _GDataAPPCategories GDataAPPCategories;
All the fields in the GDataAPPCategories structure are private and should never be accessed directly.
Since 0.7.0
typedef struct { } GDataAPPCategoriesClass;
All the fields in the GDataAPPCategoriesClass structure are private and should never be accessed directly.
Since 0.7.0
GList * gdata_app_categories_get_categories (GDataAPPCategories *self
);
Returns a list of the categories in this category list.
|
a GDataAPPCategories |
Returns : |
a GList of GDataCategorys. [element-type GData.Category][transfer none] |
Since 0.7.0
gboolean gdata_app_categories_is_fixed (GDataAPPCategories *self
);
Returns "is-fixed".
|
a GDataAPPCategories |
Returns : |
whether entries may use categories not in this category list |
Since 0.7.0
"is-fixed"
property"is-fixed" gboolean : Read
Whether entries may use categories not in this category list.
API reference: app:categories
Default value: FALSE
Since 0.7.0