| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| #ifndef __VINO_PREFS_H__ |
| #define __VINO_PREFS_H__ |
| |
| #include <gdk/gdk.h> |
| #include "vino-server.h" |
| |
| G_BEGIN_DECLS |
| |
| void vino_prefs_init (gboolean view_only); |
| VinoServer *vino_prefs_create_server (GdkScreen *screen); |
| void vino_prefs_shutdown (void); |
| |
| G_END_DECLS |
| |
| #endif |