swig/rubycdio.swg in rbcdio-0.03 vs swig/rubycdio.swg in rbcdio-0.04
- old
+ new
@@ -1,9 +1,9 @@
/* -*- c -*-
$Id: rubycdio.swg,v 1.4 2008/05/02 13:05:40 karl Exp $
- Copyright (C) 2006, 2007, 2008 Rocky Bernstein <rocky@gnu.org>
+ Copyright (C) 2006, 2007, 2008, 2009 Rocky Bernstein <rocky@gnu.org>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
@@ -30,10 +30,11 @@
#include <cdio/cd_types.h>
%}
#include <cdio/cdio.h>
#include <cdio/audio.h>
+#include <cdio/cdtext.h>
%include "compat.swg"
%include "typemaps.i"
@@ -43,9 +44,10 @@
%feature("autodoc", 1);
%include "audio.swg"
%include "read.swg"
%include "track.swg"
+%include "cdtext.swg"
/* In the presence of the exception handling, the order is important.
The below use %exception.
*/
%include "device.swg"