diff options
Diffstat (limited to 'uca-net-protocol.h')
-rw-r--r-- | uca-net-protocol.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/uca-net-protocol.h b/uca-net-protocol.h index e28c13d..06648de 100644 --- a/uca-net-protocol.h +++ b/uca-net-protocol.h @@ -54,19 +54,6 @@ typedef struct { } UcaNetMessageGrabRequest; -typedef struct { - gpointer user_data; - - void (*get_property) (gpointer user_data, const gchar *name, gchar *value); - void (*set_property) (gpointer user_data, const gchar *name, const gchar *value, GError **error); - void (*start_recording) (gpointer user_data, GError **error); - void (*stop_recording) (gpointer user_data, GError **error); - void (*start_readout) (gpointer user_data, GError **error); - void (*stop_readout) (gpointer user_data, GError **error); - void (*trigger) (gpointer user_data, GError **error); - gboolean (*grab) (gpointer data, gpointer user_data, GError **error); -} UcaNetHandlers; - gboolean uca_net_client_get_property (GSocketConnection *connection, const gchar *name, GValue *value, @@ -90,7 +77,4 @@ gboolean uca_net_client_grab (GSocketConnection *connection, gboolean uca_net_client_close (GSocketConnection *connection, GError **error); -void uca_net_server_register_handlers (UcaNetHandlers *handlers); -void uca_net_server_handle (GSocketConnection *connection); - #endif |