mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 07:30:54 +00:00
libsysprof-ui: only handle selected aids
This commit is contained in:
@ -31,8 +31,9 @@ G_BEGIN_DECLS
|
||||
|
||||
G_DECLARE_FINAL_TYPE (SysprofAidIcon, sysprof_aid_icon, SYSPROF, AID_ICON, GtkFlowBoxChild)
|
||||
|
||||
GtkWidget *sysprof_aid_icon_new (SysprofAid *aid);
|
||||
SysprofAid *sysprof_aid_icon_get_aid (SysprofAidIcon *self);
|
||||
void sysprof_aid_icon_toggle (SysprofAidIcon *self);
|
||||
GtkWidget *sysprof_aid_icon_new (SysprofAid *aid);
|
||||
SysprofAid *sysprof_aid_icon_get_aid (SysprofAidIcon *self);
|
||||
void sysprof_aid_icon_toggle (SysprofAidIcon *self);
|
||||
gboolean sysprof_aid_icon_is_selected (SysprofAidIcon *self);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user