desktop/libgpod/swig_gpod.patch

16 lines
606 B
Diff
Raw Normal View History

2018-03-12 04:28:14 +08:00
--- bindings/python/gpod.i.in.orig 2013-07-09 17:34:38.000000000 +0200
+++ bindings/python/gpod.i.in 2015-01-18 20:42:48.144869429 +0100
@@ -298,9 +298,9 @@
%include "gpod_doc.i"
%include "@top_builddir@/config.h"
-# be nicer to decode these utf8 strings into Unicode objects in the C
-# layer. Here we are leaving it to the Python side, and just giving
-# them utf8 encoded Strings.
+/* be nicer to decode these utf8 strings into Unicode objects in the C
+ layer. Here we are leaving it to the Python side, and just giving
+ them utf8 encoded Strings. */
typedef char gchar;
%typemap(in) time_t {