mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
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);
|