mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: start on aids
This commit is contained in:
@ -43,8 +43,17 @@ struct _SysprofAidClass
|
||||
};
|
||||
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
const gchar *sysprof_aid_get_display_name (SysprofAid *self);
|
||||
const gchar *sysprof_aid_get_display_name (SysprofAid *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
GIcon *sysprof_aid_get_icon (SysprofAid *self);
|
||||
void sysprof_aid_set_display_name (SysprofAid *self,
|
||||
const gchar *display_name);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
GIcon *sysprof_aid_get_icon (SysprofAid *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_aid_set_icon (SysprofAid *self,
|
||||
GIcon *icon);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_aid_set_icon_name (SysprofAid *self,
|
||||
const gchar *icon_name);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user