rhythmbox r5595 - in trunk: . bindings/vala
- From: jmatthew svn gnome org
- To: svn-commits-list gnome org
- Subject: rhythmbox r5595 - in trunk: . bindings/vala
- Date: Thu, 21 Feb 2008 13:15:55 +0000 (GMT)
Author: jmatthew
Date: Thu Feb 21 13:15:55 2008
New Revision: 5595
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5595&view=rev
Log:
2008-02-21 Jonathan Matthew <jonathan d14n org>
patch by: GÃtz Waschk <waschk mandriva org>
* bindings/vala/rb.vapi: Fix build with vala 0.1.6.
Fixes #512549.
Modified:
trunk/ChangeLog
trunk/bindings/vala/rb.vapi
Modified: trunk/bindings/vala/rb.vapi
==============================================================================
--- trunk/bindings/vala/rb.vapi (original)
+++ trunk/bindings/vala/rb.vapi Thu Feb 21 13:15:55 2008
@@ -10,7 +10,7 @@
}
[CCode (cheader_filename = "rb-plugin.h")]
- public class Plugin : GLib.Object {
+ public abstract class Plugin : GLib.Object {
[NoArrayLength]
[CCode (cname = "rb_plugin_get_type")]
public static GLib.Type get_type ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]