Top |
PkCategory * | pk_category_new () |
const gchar * | pk_category_get_parent_id () |
void | pk_category_set_parent_id () |
const gchar * | pk_category_get_id () |
void | pk_category_set_id () |
const gchar * | pk_category_get_name () |
void | pk_category_set_name () |
const gchar * | pk_category_get_summary () |
void | pk_category_set_summary () |
const gchar * | pk_category_get_icon () |
void | pk_category_set_icon () |
const gchar *
pk_category_get_parent_id (PkCategory *category
);
Gets the parent category id.
Since: 0.6.2
void pk_category_set_parent_id (PkCategory *category
,const gchar *parent_id
);
Sets the parent category id.
Since: 0.6.2
const gchar *
pk_category_get_id (PkCategory *category
);
Gets the id specific to this category.
Since: 0.6.2
void pk_category_set_id (PkCategory *category
,const gchar *cat_id
);
Sets the id specific to this category.
Since: 0.6.2
const gchar *
pk_category_get_name (PkCategory *category
);
Gets the name.
Since: 0.6.2
void pk_category_set_name (PkCategory *category
,const gchar *name
);
Sets the name.
Since: 0.6.2
const gchar *
pk_category_get_summary (PkCategory *category
);
Gets the summary.
Since: 0.6.2
void pk_category_set_summary (PkCategory *category
,const gchar *summary
);
Sets the summary.
Since: 0.6.2
const gchar *
pk_category_get_icon (PkCategory *category
);
Gets the icon filename.
Since: 0.6.2