summaryrefslogtreecommitdiffstats
path: root/uca-net-protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'uca-net-protocol.h')
-rw-r--r--uca-net-protocol.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/uca-net-protocol.h b/uca-net-protocol.h
index 06648de..9ea6699 100644
--- a/uca-net-protocol.h
+++ b/uca-net-protocol.h
@@ -53,28 +53,4 @@ typedef struct {
gsize size;
} UcaNetMessageGrabRequest;
-
-gboolean uca_net_client_get_property (GSocketConnection *connection,
- const gchar *name,
- GValue *value,
- GError **error);
-gboolean uca_net_client_set_property (GSocketConnection *connection,
- const gchar *name,
- const GValue *value,
- GError **error);
-void uca_net_client_start_recording (GSocketConnection *connection,
- GError **error);
-void uca_net_client_stop_recording (GSocketConnection *connection,
- GError **error);
-void uca_net_client_start_readout (GSocketConnection *connection,
- GError **error);
-void uca_net_client_stop_readout (GSocketConnection *connection,
- GError **error);
-gboolean uca_net_client_grab (GSocketConnection *connection,
- gpointer data,
- gsize size,
- GError **error);
-gboolean uca_net_client_close (GSocketConnection *connection,
- GError **error);
-
#endif