From cf05bc395e1604dab0ad9ae7f0c70f7bd5aa09a7 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Sun, 4 Mar 2012 11:02:07 +0100 Subject: Remove "property-changed" signal There is already the nice "notify" signal that does essentially the same with a twist. It also allows per-property signals by calling g_signal_connect(cam, "notify::cooling-point", G_CALLBACK(func), NULL); Nice. --- src/uca-camera.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/uca-camera.h') diff --git a/src/uca-camera.h b/src/uca-camera.h index 1a6e6d1..59a0670 100644 --- a/src/uca-camera.h +++ b/src/uca-camera.h @@ -57,7 +57,6 @@ struct _UcaCameraClass { void (*stop_recording) (UcaCamera *camera, GError **error); void (*grab) (UcaCamera *camera, gchar *data, GError **error); - void (*property_changed) (UcaCamera *camera, const gchar *name, gpointer user_data); void (*recording_started) (UcaCamera *camera); void (*recording_stopped) (UcaCamera *camera); }; -- cgit v1.2.3