Xfce Forum

Sub domains
 

You are not logged in.

#1 2011-07-29 10:15:49

k0Do
Member
Registered: 2011-07-29
Posts: 4

pyxfce 4.8

I made some changes to pyxfce from git.
http://pastebin.com/NFSwhDUi

Here is the build log:
http://pastebin.com/DifxCfGQ

Any ideas about the following warnings?

***INFO*** There are no declared global functions.
***INFO*** There are no declared methods.
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
***INFO*** There are no declared global functions.
***INFO*** There are no declared methods.
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
Warning: generating old-style constructor for:garcon_menu_directory_new
Warning: Constructor for GarconMenuDirectory needs to be updated to new API
***INFO*** There are no declared global functions.
***INFO*** The coverage of methods is 92.31% (12/13)
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
Warning: Constructor for GarconMenuElement needs to be updated to new API
***INFO*** There are no declared global functions.
***INFO*** The coverage of methods is 100.00% (7/7)
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
Warning: generating old-style constructor for:garcon_menu_new
Warning: Constructor for GarconMenu needs to be updated to new API
***INFO*** The coverage of global functions is 100.00% (2/2)
***INFO*** The coverage of methods is 30.00% (3/10)
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
***INFO*** The coverage of global functions is 100.00% (1/1)
***INFO*** The coverage of methods is 25.00% (1/4)
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
***INFO*** There are no declared global functions.
***INFO*** There are no declared methods.
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
Warning: generating old-style constructor for:garcon_menu_item_new
Warning: Constructor for GarconMenuItem needs to be updated to new API
***INFO*** The coverage of global functions is 100.00% (2/2)
***INFO*** The coverage of methods is 86.84% (33/38)
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
Warning: generating old-style constructor for:garcon_menu_merger_new
Warning: Constructor for GarconMenuMerger needs to be updated to new API
***INFO*** There are no declared global functions.
***INFO*** The coverage of methods is 0.00% (0/1)
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
Warning: generating old-style constructor for:garcon_menu_parser_new
Warning: Constructor for GarconMenuParser needs to be updated to new API
***INFO*** There are no declared global functions.
***INFO*** The coverage of methods is 0.00% (0/1)
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
***INFO*** The coverage of global functions is 100.00% (1/1)
***INFO*** There are no declared methods.
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
Warning: Constructor for GarconMenuTreeProvider needs to be updated to new API
***INFO*** There are no declared global functions.
***INFO*** The coverage of methods is 0.00% (0/2)
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.

Last edited by k0Do (2011-07-29 20:46:30)

Offline

#2 2011-08-01 17:14:25

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Re: pyxfce 4.8

http://git.gnome.org/browse/pygtk/tree/ … 8eef0#n300

However I think this is a dead end for bindings. If you want to implement proper binding support in Xfce, we (with patches) should add introspection tags to the code. The codegen tool is already removed from pygobject master.

Offline

Board footer

Powered by FluxBB