File: exampleapp.h

package info (click to toggle)
gtk4 4.21.5%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 195,424 kB
  • sloc: ansic: 817,677; xml: 3,357; javascript: 3,054; python: 2,187; java: 752; sh: 691; makefile: 313; 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);