Ticket #1628 (new defect)
Opened 3 years ago
Some functions not created in the generation of python-xklavier
| Reported by: | Cilyan | Owned by: | sayamindu |
|---|---|---|---|
| Priority: | Unspecified by Maintainer | Milestone: | Unspecified by Release Team |
| 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_VOIDFLAGS_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.
