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 547021 - g_file_copy is insufficient when binding from python
g_file_copy is insufficient when binding from python
Status: RESOLVED INVALID
Product: glib
Classification: Platform
Component: gio
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Alexander Larsson
gtkdev
Depends on:
Blocks: 546591
 
 
Reported: 2008-08-09 02:12 UTC by John Stowers
Modified: 2008-08-09 15:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description John Stowers 2008-08-09 02:12:40 UTC
I have run into problems with using g_file_copy from python (exposed as File.copy in pygobject).

Johan mentioned "To solve this we need a GDestroyNotify, perhaps gio needs to be extended for that to happen."

Please see bug #546591
Comment 1 Paul Pogonyshev 2008-08-09 15:03:55 UTC
Actually we found a way to work without GDestroyNotify.