From 0e684b35d4707042bba028ce47b53d0336f662e0 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Thu, 24 Mar 2011 09:55:33 +0100 Subject: Expose synchronicity property, add boolean unit and document the error code format --- src/uca-grabber.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uca-grabber.h') diff --git a/src/uca-grabber.h b/src/uca-grabber.h index 7b3185b..f754a81 100644 --- a/src/uca-grabber.h +++ b/src/uca-grabber.h @@ -131,7 +131,7 @@ typedef struct uca_grabber { /* Private */ uca_cam_grab_callback callback; - bool asynchronous; + bool synchronous; void *user; } uca_grabber_t; -- cgit v1.2.3