Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 537968
Collapse All | Expand All

(-)bindings/python/gpod.i.in.orig (-3 / +3 lines)
Lines 298-306 Link Here
298
%include "gpod_doc.i"
298
%include "gpod_doc.i"
299
%include "@top_builddir@/config.h"
299
%include "@top_builddir@/config.h"
300
300
301
# be nicer to decode these utf8 strings into Unicode objects in the C
301
// be nicer to decode these utf8 strings into Unicode objects in the C
302
# layer. Here we are leaving it to the Python side, and just giving
302
// layer. Here we are leaving it to the Python side, and just giving
303
# them utf8 encoded Strings.
303
// them utf8 encoded Strings.
304
typedef char gchar;
304
typedef char gchar;
305
305
306
%typemap(in) time_t {
306
%typemap(in) time_t {

Return to bug 537968