File: netstatus-enums.h

package info (click to toggle)
lxpanel 0.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,136 kB
  • sloc: ansic: 33,536; makefile: 541; xml: 310; python: 62; sh: 26
file content (27 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (9)
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
27

/* Generated data (by glib-mkenums) */

#ifndef __NETSTATUS_ENUMS_H__
#define __NETSTATUS_ENUMS_H__ 1

G_BEGIN_DECLS



/* --- ./netstatus-util.h --- */
#define NETSTATUS_TYPE_STATE netstatus_state_get_type()
GType netstatus_state_get_type (void);

#define NETSTATUS_TYPE_ERROR netstatus_error_get_type()
GType netstatus_error_get_type (void);

#define NETSTATUS_TYPE_DEBUG_FLAGS netstatus_debug_flags_get_type()
GType netstatus_debug_flags_get_type (void);

G_END_DECLS

#endif /* __PANEL_ENUMS_H__ */


/* Generated data ends here */