Sign in
chromium
/
external
/
github.com
/
GNOME
/
gtk
/
refs/heads/upstream/simplify-rendernode-parser
/
.
/
examples
/
application2
/
exampleapp.h
blob: fdbf91befc7ce6bd6523c6500143761038a5a34b [
file
] [
log
] [
blame
] [
edit
]
#pragma
once
#include
<gtk/gtk.h>
#define
EXAMPLE_APP_TYPE
(
example_app_get_type
())
G_DECLARE_FINAL_TYPE
(
ExampleApp
,
example_app
,
EXAMPLE
,
APP
,
GtkApplication
)
ExampleApp
*
example_app_new
(
void
);