[totem] zeitgeist-dp: Update video widget vapi file
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] zeitgeist-dp: Update video widget vapi file
- Date: Wed, 27 Jun 2012 19:48:09 +0000 (UTC)
commit 14794778a5131e0a1f82ad949a55f51a3d8861c1
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jun 27 18:08:58 2012 +0100
zeitgeist-dp: Update video widget vapi file
src/plugins/zeitgeist-dp/bacon-video.vapi | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
---
diff --git a/src/plugins/zeitgeist-dp/bacon-video.vapi b/src/plugins/zeitgeist-dp/bacon-video.vapi
index 1612a7d..28e7758 100644
--- a/src/plugins/zeitgeist-dp/bacon-video.vapi
+++ b/src/plugins/zeitgeist-dp/bacon-video.vapi
@@ -2,19 +2,12 @@
namespace Bacon {
[CCode (cheader_filename = "bacon-video-widget.h")]
- public class VideoWidget : Gtk.EventBox {
+ public class VideoWidget : Gtk.Widget {
[CCode (has_construct_function = false)]
- public VideoWidget (int width, int height, UseType type) throws GLib.Error;
+ public VideoWidget () throws GLib.Error;
public void get_metadata (MetadataType type, out GLib.Value val);
}
- [CCode (cprefix = "BVW_USE_TYPE_", cheader_filename = "bacon-video-widget.h")]
- public enum UseType {
- VIDEO,
- AUDIO,
- CAPTURE,
- METADATA
- }
[CCode (cprefix = "BVW_INFO_", cheader_filename = "bacon-video-widget.h")]
public enum MetadataType {
TITLE,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]