aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-camera-monitor.c
Commit message (Collapse)AuthorAgeFilesLines
* include telepathy-glib.hGuillaume Desmottes2012-09-171-1/+1
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* renamespace CheeseCameraDeviceMonitorGuillaume Desmottes2011-12-021-8/+8
| | | | | | | This ensures empathy will always use our version, even when linking on libcheese, and so avoid incompatibliy when libcheese breaks its ABI. https://bugzilla.gnome.org/show_bug.cgi?id=665244
* camera-monitor: fix memleak in on_camera_addedRaluca Elena Podiuc2011-12-011-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=665256
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-2/+2
| | | | No more ugly marshallers \o/
* CameraMonitor: add empathy_camera_monitor_new()Emilio Pozuelo Monfort2011-08-151-26/+22
| | | | Which doesn't return a singleton but a new object.
* CameraMonitor: dynamically-allocate the queueEmilio Pozuelo Monfort2011-08-151-8/+17
|
* CameraMonitor: add ::added and ::removed signalsEmilio Pozuelo Monfort2011-08-151-0/+27
|
* CameraMonitor: make EmpathyCamera a boxed typeEmilio Pozuelo Monfort2011-08-151-0/+9
|
* CameraMonitor: add API to get all camerasEmilio Pozuelo Monfort2011-08-151-0/+71
|
* Add empathy_camera_monitor_get_availableEmilio Pozuelo Monfort2011-07-121-0/+7
|
* Don't disable video calls when built without udevEmilio Pozuelo Monfort2011-07-121-0/+5
|
* Add EmpathyCameraMonitorEmilio Pozuelo Monfort2011-07-121-0/+174