File: example-document.h

package info (click to toggle)
libdazzle 3.44.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,964 kB
  • sloc: ansic: 64,328; xml: 69; javascript: 19; makefile: 12
file content (13 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <gtk/gtk.h>

G_BEGIN_DECLS

#define EXAMPLE_TYPE_DOCUMENT (example_document_get_type())

G_DECLARE_FINAL_TYPE (ExampleDocument, example_document, EXAMPLE, DOCUMENT, GtkTextBuffer)

ExampleDocument *example_document_new (void);

G_END_DECLS