File: exampleapp.h

package info (click to toggle)
gtk4 4.22.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 195,900 kB
  • sloc: ansic: 817,999; xml: 3,361; javascript: 3,054; python: 2,193; java: 887; sh: 708; makefile: 306; perl: 162; cpp: 21
file content (10 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (32)
1
2
3
4
5
6
7
8
9
10
#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);