]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-camera-monitor.h
debug-window: fix typo
[empathy.git] / libempathy / empathy-camera-monitor.h
index d2d9bb89e6764d357ec0f013b0fd2d89566084ed..f627f7b58a83216d7adf179f45813e1a971eda8b 100644 (file)
@@ -46,11 +46,24 @@ struct _EmpathyCameraMonitorClass
   GObjectClass parent_class;
 };
 
+typedef struct
+{
+  gchar *id;
+  gchar *device;
+  gchar *name;
+} EmpathyCamera;
+
+#define EMPATHY_TYPE_CAMERA (empathy_camera_get_type ())
+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);
 
+const GList * empathy_camera_monitor_get_cameras (EmpathyCameraMonitor *self);
+
 G_END_DECLS
 #endif /* __EMPATHY_CAMERA_MONITOR_H__ */