~ari-tczew/ubuntu/utopic/gtk-vnc/merge

« back to all changes in this revision

Viewing changes to src/vncdisplayenums.h

  • Committer: Package Import Robot
  • Author(s): Laurent Léonard
  • Date: 2012-07-24 00:49:55 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20120724004955-6711f7ontxvn9yzy
Tags: 0.5.1-1
* [e2591bf] Imported Upstream version 0.5.1
* [a0f6408] Drop patch
  - Allow-Unix-domain-sockets-in-gvncviewer.patch - fixed upstream
* [c031b94] Bump Standards-Version to 3.9.3
* [61e5796] Set build directories for dh_auto_clean
* [7fde78d] Drop patch
  - Look-for-generated-enums-in-srcdir.patch
* [fada5be] Add dh_auto_test override
* [d7567f1] Update symbols
* [6189676] Enable dpkg-buildflags

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
 
3
 
 
4
 
#ifndef VNC_DISPLAY_ENUMS_H
5
 
#define VNC_DISPLAY_ENUMS_H
6
 
 
7
 
G_BEGIN_DECLS
8
 
 
9
 
 
10
 
/* --- vncdisplay.h --- */
11
 
#define VNC_TYPE_DISPLAY_CREDENTIAL vnc_display_credential_get_type()
12
 
GType vnc_display_credential_get_type (void);
13
 
#define VNC_TYPE_DISPLAY_KEY_EVENT vnc_display_key_event_get_type()
14
 
GType vnc_display_key_event_get_type (void);
15
 
#define VNC_TYPE_DISPLAY_DEPTH_COLOR vnc_display_depth_color_get_type()
16
 
GType vnc_display_depth_color_get_type (void);
17
 
G_END_DECLS
18
 
 
19
 
#endif /* VNC_DISPLAY_ENUMS_H */
20
 
 
21
 
 
22