/usr/include/gtk-vnc-2.0/vncdisplayenums.h is in libgtk-vnc-2.0-dev 0.5.3-0ubuntu2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #ifndef VNC_DISPLAY_ENUMS_H
#define VNC_DISPLAY_ENUMS_H
G_BEGIN_DECLS
/* --- vncdisplay.h --- */
#define VNC_TYPE_DISPLAY_CREDENTIAL vnc_display_credential_get_type()
GType vnc_display_credential_get_type (void);
#define VNC_TYPE_DISPLAY_KEY_EVENT vnc_display_key_event_get_type()
GType vnc_display_key_event_get_type (void);
#define VNC_TYPE_DISPLAY_DEPTH_COLOR vnc_display_depth_color_get_type()
GType vnc_display_depth_color_get_type (void);
G_END_DECLS
#endif /* VNC_DISPLAY_ENUMS_H */
|