mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: add category-name helper
Just to ease translations
This commit is contained in:
@ -30,8 +30,10 @@ SYSPROF_AVAILABLE_IN_ALL
|
||||
G_DECLARE_FINAL_TYPE (SysprofCategorySummary, sysprof_category_summary, SYSPROF, CATEGORY_SUMMARY, GObject)
|
||||
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
SysprofCallgraphCategory sysprof_category_summary_get_category (SysprofCategorySummary *self);
|
||||
SysprofCallgraphCategory sysprof_category_summary_get_category (SysprofCategorySummary *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
double sysprof_category_summary_get_fraction (SysprofCategorySummary *self);
|
||||
const char *sysprof_category_summary_get_category_name (SysprofCategorySummary *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
double sysprof_category_summary_get_fraction (SysprofCategorySummary *self);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user