Sign in
◑
Theme
chromium
/
external
/
github.com
/
GNOME
/
gtk
/
refs/heads/upstream/path-iterator
/
.
/
tools
/
fake-scope.h
blob: 05234129b8ae7086c12c0e751381639a6aff904b [
file
] [
edit
]
#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
);