diff options
-rw-r--r-- | uca-net-camera.c | 4 | ||||
-rw-r--r-- | uca-net-protocol.h | 24 |
2 files changed, 2 insertions, 26 deletions
diff --git a/uca-net-camera.c b/uca-net-camera.c index 84ea857..ad3606d 100644 --- a/uca-net-camera.c +++ b/uca-net-camera.c @@ -398,8 +398,8 @@ uca_net_camera_finalize (GObject *object) static gboolean ufo_net_camera_initable_init (GInitable *initable, - GCancellable *cancellable, - GError **error) + GCancellable *cancellable, + GError **error) { UcaNetCamera *camera; UcaNetCameraPrivate *priv; 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 |