summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2013-11-15 13:52:30 +0000
committerDavid King <amigadave@amigadave.com>2013-11-15 14:30:46 +0000
commit3c01885008e2bc2f7c385ed29a90e5bd609cb8f0 (patch)
tree1cf7a47db29ff4b849acae6da828633eac156bc3 /src
parentbfbe3836eddf47afec20dbcbe2c310be612559b6 (diff)
downloadcheese-3c01885008e2bc2f7c385ed29a90e5bd609cb8f0.tar.gz
CheeseCamera VAPI fixes
Diffstat (limited to 'src')
-rw-r--r--src/vapi/cheese-common.vapi6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vapi/cheese-common.vapi b/src/vapi/cheese-common.vapi
index 0fcdc8ca..5f798772 100644
--- a/src/vapi/cheese-common.vapi
+++ b/src/vapi/cheese-common.vapi
@@ -75,10 +75,10 @@ namespace Cheese
{
[CCode (has_construct_function = false)]
public CameraDevice (string uuid, string device_node, string name, int v4lapi_version) throws GLib.Error;
- public unowned Cheese.VideoFormat get_best_format ();
- public unowned Gst.Caps get_caps_for_format (Cheese.VideoFormat format);
+ public Cheese.VideoFormat get_best_format ();
+ public Gst.Caps get_caps_for_format (Cheese.VideoFormat format);
public unowned string get_device_node ();
- public unowned GLib.List get_format_list ();
+ public GLib.List<unowned Cheese.VideoFormat> get_format_list ();
public unowned string get_uuid ();
public unowned string get_name ();
public unowned string get_src ();