libsysprof-ui: start on aids

This commit is contained in:
Christian Hergert
2019-05-18 17:15:09 -07:00
parent 4d7f13e145
commit 809c24622e
8 changed files with 173 additions and 22 deletions

View File

@ -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