mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
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);
|