Opened 14 years ago

Closed 11 years ago

#1628 closed defect (obsolete)

Some functions not created in the generation of python-xklavier

Reported by: Cilyan Owned by: sayamindu
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: python-xklavier Version: Unspecified
Severity: Unspecified Keywords: xklavier, python-codegen
Cc: Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

I get this during the compilation of python-xklavier. libxklavier is 4.0, pygobject (pygobject-codegen-2.0) is 2.20.0 :

Warning: generating old-style constructor for:xkl_config_registry_get_instance
Could not write function void: No ArgType for *
Could not write function xkl_default_log_appender: No ArgType for va_list
Could not write function xkl_set_log_appender: No ArgType for XklLogAppender
Could not write function void: No ArgType for *
Could not write function void: No ArgType for *
Could not write function xkl_engine_INTLONG_LONG: No ArgType for GValue*
Could not write function xkl_engine_VOID
FLAGS_INT_BOOLEAN: No ArgType for GValue*
Warning: Constructor for XklConfigRegistry needs to be updated to new API

See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors

*INFO* The coverage of global functions is 30.00% (3/10)
*INFO* The coverage of methods is 100.00% (58/58)
*INFO* There are no declared virtual proxies.
*INFO* There are no declared virtual accessors.
*INFO* There are no declared interface proxies.

Change History (1)

comment:1 Changed 11 years ago by dnarvaez

  • Resolution set to obsolete
  • Status changed from new to closed

We are using introspection these days.

Note: See TracTickets for help on using tickets.