/usr/include/gvnc-1.0/vncconnectionenums.h is in libgvnc-1.0-dev 0.5.0-1ubuntu1.
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 17 18 | #ifndef VNC_CONNECTION_ENUMS_H
#define VNC_CONNECTION_ENUMS_H
G_BEGIN_DECLS
/* --- vncconnection.h --- */
#define VNC_TYPE_CONNECTION_ENCODING vnc_connection_encoding_get_type()
GType vnc_connection_encoding_get_type (void);
#define VNC_TYPE_CONNECTION_AUTH vnc_connection_auth_get_type()
GType vnc_connection_auth_get_type (void);
#define VNC_TYPE_CONNECTION_AUTH_VENCRYPT vnc_connection_auth_vencrypt_get_type()
GType vnc_connection_auth_vencrypt_get_type (void);
#define VNC_TYPE_CONNECTION_CREDENTIAL vnc_connection_credential_get_type()
GType vnc_connection_credential_get_type (void);
G_END_DECLS
#endif /* VNC_CONNECTION_ENUMS_H */
|