[cheese] CheeseCamera VAPI fixes
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese] CheeseCamera VAPI fixes
- Date: Fri, 15 Nov 2013 15:46:05 +0000 (UTC)
commit 3c01885008e2bc2f7c385ed29a90e5bd609cb8f0
Author: David King <amigadave amigadave com>
Date: Fri Nov 15 13:52:30 2013 +0000
CheeseCamera VAPI fixes
src/vapi/cheese-common.vapi | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/vapi/cheese-common.vapi b/src/vapi/cheese-common.vapi
index 0fcdc8c..5f79877 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 ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]