mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
failedstateview: port to GTK 4
This commit is contained in:
@ -27,13 +27,11 @@ G_BEGIN_DECLS
|
||||
|
||||
#define SYSPROF_TYPE_FAILED_STATE_VIEW (sysprof_failed_state_view_get_type())
|
||||
|
||||
G_DECLARE_DERIVABLE_TYPE (SysprofFailedStateView, sysprof_failed_state_view, SYSPROF, FAILED_STATE_VIEW, GtkBin)
|
||||
G_DECLARE_DERIVABLE_TYPE (SysprofFailedStateView, sysprof_failed_state_view, SYSPROF, FAILED_STATE_VIEW, GtkWidget)
|
||||
|
||||
struct _SysprofFailedStateViewClass
|
||||
{
|
||||
GtkBinClass parent;
|
||||
|
||||
gpointer padding[4];
|
||||
GtkWidgetClass parent;
|
||||
};
|
||||
|
||||
GtkWidget *sysprof_failed_state_view_new (void);
|
||||
|
||||
Reference in New Issue
Block a user