[cheese] Fix signal prototype for "photo-taken"
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [cheese] Fix signal prototype for "photo-taken"
- Date: Thu, 3 Dec 2009 16:24:02 +0000 (UTC)
commit ff076de932a658d6997c1f974f2a7cafa9b6b512
Author: Bastien Nocera <hadess hadess net>
Date: Thu Dec 3 15:45:53 2009 +0000
Fix signal prototype for "photo-taken"
libcheese/cheese-camera.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libcheese/cheese-camera.h b/libcheese/cheese-camera.h
index ddebd7b..763420a 100644
--- a/libcheese/cheese-camera.h
+++ b/libcheese/cheese-camera.h
@@ -63,7 +63,7 @@ typedef struct
{
GObjectClass parent_class;
void (*photo_saved)(CheeseCamera *camera);
- void (*photo_taken)(CheeseCamera *camera);
+ void (*photo_taken)(CheeseCamera *camera, GdkPixbuf *pixbuf);
void (*video_saved)(CheeseCamera *camera);
} CheeseCameraClass;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]