mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
environeditor: port to GTK 4
This required using an intermediate object, so will need further testing.
This commit is contained in:
@ -28,11 +28,11 @@ G_BEGIN_DECLS
|
||||
|
||||
#define SYSPROF_TYPE_ENVIRON_EDITOR (sysprof_environ_editor_get_type())
|
||||
|
||||
G_DECLARE_FINAL_TYPE (SysprofEnvironEditor, sysprof_environ_editor, SYSPROF, ENVIRON_EDITOR, GtkListBox)
|
||||
G_DECLARE_FINAL_TYPE (SysprofEnvironEditor, sysprof_environ_editor, SYSPROF, ENVIRON_EDITOR, GtkWidget)
|
||||
|
||||
GtkWidget *sysprof_environ_editor_new (void);
|
||||
SysprofEnviron *sysprof_environ_editor_get_environ (SysprofEnvironEditor *self);
|
||||
void sysprof_environ_editor_set_environ (SysprofEnvironEditor *self,
|
||||
SysprofEnviron *environ);
|
||||
SysprofEnviron *environ);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user