diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2016-02-17 14:21:48 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2016-02-17 14:21:48 +0100 |
commit | 9da4e6a2c7ad73a0eb4f377533179eb606a14285 (patch) | |
tree | 2fc236a713caddd28537b15288acefeb380bd2aa /uca-net-protocol.h | |
parent | ce9e1e8dad340988ba1777a75425c069b92d1deb (diff) | |
download | uca-net-9da4e6a2c7ad73a0eb4f377533179eb606a14285.tar.gz uca-net-9da4e6a2c7ad73a0eb4f377533179eb606a14285.tar.bz2 uca-net-9da4e6a2c7ad73a0eb4f377533179eb606a14285.tar.xz uca-net-9da4e6a2c7ad73a0eb4f377533179eb606a14285.zip |
Remove obsolete function declarations
Diffstat (limited to 'uca-net-protocol.h')
-rw-r--r-- | uca-net-protocol.h | 24 |
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 |