After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 113552 - gtk functions unknown to the codegenerator, and thus not handled / wrapped
gtk functions unknown to the codegenerator, and thus not handled / wrapped
Status: RESOLVED DUPLICATE of bug 116133
Product: pygtk
Classification: Bindings
Component: general
1.99.x/2.0.x
Other other
: Normal normal
: ---
Assigned To: Python bindings maintainers
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-22 19:37 UTC by danny.milo
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2



Description danny.milo 2003-05-22 19:37:59 UTC
Hi!

When I compile pygtk, the following messages are printed:

Could not write method GtkTreeView.enable_model_drag_source: No ArgType for 
const-GtkTargetEntry*
Could not write method GtkTreeView.enable_model_drag_dest: No ArgType for 
const-GtkTargetEntry*
[...] similar stuff

Consequently, these functions cannot be called from a python program...

Any ideas what that can be? :)
Comment 1 Johan (not receiving bugmail) Dahlin 2003-05-31 00:33:30 UTC
It means that the code generate can't handle them and they haven't
been manually updated.

Updated the summary.
Comment 2 danny.milo 2003-06-01 20:35:27 UTC
I see :) hmm if i want treeview 1 -> treeview 2 drag and drop, what can I use instead ? ^^
Comment 3 James Henstridge 2003-07-03 15:58:34 UTC
marking as duplicate of a more recent bug (because the other bug has a
patch).

*** This bug has been marked as a duplicate of 116133 ***