GNOME Bugzilla – Bug 677710
Make ArvCamera a proper GObject
Last modified: 2012-06-08 14:45:56 UTC
* Make device a construct only GObject property * Do camera setup in arv_camera_constructor (move code that was in arv_camera_new here) There is no change in behaviour nor API
Created attachment 215956 [details] [review] Make ArvCamera a proper GObject
(this lets you do the following) device = arv_gv_device_new(interface_address, device_address); camera = g_object_new (ARV_TYPE_CAMERA, "device", device, NULL);
Review of attachment 215956 [details] [review]: Commited. Thanks.