Learning_GTK4_tree/tools/fake-scope.h

10 lines
266 B
C
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
#pragma once
#include <gtk.h>
G_DECLARE_FINAL_TYPE (FakeScope, fake_scope, FAKE, SCOPE, GtkBuilderCScope)
FakeScope * fake_scope_new (void);
GPtrArray * fake_scope_get_types (FakeScope *self);
GPtrArray * fake_scope_get_callbacks (FakeScope *self);