File: gwydrawtypes.h

package info (click to toggle)
gwyddion 2.52-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 46,588 kB
  • sloc: ansic: 367,740; python: 7,788; sh: 5,245; makefile: 4,317; xml: 3,631; cpp: 2,550; pascal: 418; perl: 154; ruby: 130
file content (17 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* This is a GENERATED file. */
/* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */

#ifndef __GWYDRAW_TYPES_H__
#define __GWYDRAW_TYPES_H__

#include <glib-object.h>

G_BEGIN_DECLS
GType gwy_rendering_target_get_type(void) G_GNUC_CONST;
#define GWY_TYPE_RENDERING_TARGET (gwy_rendering_target_get_type())
G_END_DECLS

#endif /* __GWYDRAW_TYPES_H__ */

/* Generated data ends here */