File: gssdp-enums.h.template

package info (click to toggle)
gssdp 1.6.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,812 kB
  • sloc: ansic: 7,126; javascript: 642; python: 32; sh: 19; makefile: 17; xml: 9
file content (26 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*** BEGIN file-header ***/
#ifndef GSSDP_ENUMS_H
#define GSSDP_ENUMS_H

#include <glib-object.h>

G_BEGIN_DECLS

/*** END file-header ***/

/*** BEGIN file-production ***/
/* enumerations from @basename@ */

/*** END file-production ***/

/*** BEGIN enumeration-production ***/
GType @enum_name@_get_type (void);
#define GSSDP_TYPE_@ENUMSHORT@ (@enum_name@_get_type())

/*** END enumeration-production ***/

/*** BEGIN file-tail ***/
G_END_DECLS

#endif /* GSSDP_ENUMS_H */
/*** END file-tail ***/