From 624bbe7ac793e34aa9b0db0122b973eadd218770 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Mon, 15 Aug 2011 11:29:59 +0100 Subject: CameraMonitor: add empathy_camera_monitor_new() Which doesn't return a singleton but a new object. --- libempathy/empathy-camera-monitor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libempathy/empathy-camera-monitor.h') diff --git a/libempathy/empathy-camera-monitor.h b/libempathy/empathy-camera-monitor.h index 2f26670dd..f627f7b58 100644 --- a/libempathy/empathy-camera-monitor.h +++ b/libempathy/empathy-camera-monitor.h @@ -59,6 +59,7 @@ GType empathy_camera_get_type (void) G_GNUC_CONST; GType empathy_camera_monitor_get_type (void) G_GNUC_CONST; EmpathyCameraMonitor *empathy_camera_monitor_dup_singleton (void); +EmpathyCameraMonitor *empathy_camera_monitor_new (void); gboolean empathy_camera_monitor_get_available (EmpathyCameraMonitor *self); -- cgit v1.2.3