forked from AuroraMiddleware/gtk
637713fe72
This will be used in future commits.
10 lines
266 B
C
10 lines
266 B
C
#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);
|