mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
16 lines
606 B
Diff
16 lines
606 B
Diff
--- 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 {
|