File: dmap-enums.h

package info (click to toggle)
libdmapsharing 2.9.39-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,640 kB
  • sloc: ansic: 15,629; sh: 4,443; makefile: 444; xml: 53
file content (48 lines) | stat: -rw-r--r-- 1,659 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48



/* Automatically generated by glib-mkenums */

#ifndef DMAP_ENUMS_H
#define DMAP_ENUMS_H

#include <glib-object.h>

G_BEGIN_DECLS


/* enumerations from "./dacp-player.h" */
GType dacp_repeat_state_get_type (void) G_GNUC_CONST;
#define DMAP_TYPE_DACP_REPEAT_STATE (dacp_repeat_state_get_type())
GType dacp_play_state_get_type (void) G_GNUC_CONST;
#define DMAP_TYPE_DACP_PLAY_STATE (dacp_play_state_get_type())

/* enumerations from "./dmap-connection.h" */
GType dmap_connection_state_get_type (void) G_GNUC_CONST;
#define DMAP_TYPE_DMAP_CONNECTION_STATE (dmap_connection_state_get_type())

/* enumerations from "./dmap-mdns-browser.h" */
GType dmap_mdns_browser_service_type_get_type (void) G_GNUC_CONST;
#define DMAP_TYPE_DMAP_MDNS_BROWSER_SERVICE_TYPE (dmap_mdns_browser_service_type_get_type())
GType dmap_mdns_browser_transport_protocol_get_type (void) G_GNUC_CONST;
#define DMAP_TYPE_DMAP_MDNS_BROWSER_TRANSPORT_PROTOCOL (dmap_mdns_browser_transport_protocol_get_type())
GType dmap_mdns_browser_error_get_type (void) G_GNUC_CONST;
#define DMAP_TYPE_DMAP_MDNS_BROWSER_ERROR (dmap_mdns_browser_error_get_type())

/* enumerations from "./dmap-mdns-publisher.h" */
GType dmap_mdns_publisher_error_get_type (void) G_GNUC_CONST;
#define DMAP_TYPE_DMAP_MDNS_PUBLISHER_ERROR (dmap_mdns_publisher_error_get_type())

/* enumerations from "./dmap-record.h" */
GType dmap_media_kind_get_type (void) G_GNUC_CONST;
#define DMAP_TYPE_DMAP_MEDIA_KIND (dmap_media_kind_get_type())

/* enumerations from "./dmap-structure.h" */
GType dmap_type_get_type (void) G_GNUC_CONST;
#define DMAP_TYPE_DMAP_TYPE (dmap_type_get_type())
G_END_DECLS

#endif /* !DMAP_ENUMS_H */