Handle multiple callbacks and user_data arguments
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gobject-introspection (Ubuntu) |
Triaged
|
Undecided
|
Unassigned |
Bug Description
The Python bindings for GIO do not provide the method Gio.File.
>>> from gi.repository import Gio
>>> [s for s in dir(Gio.File) if 'copy' in s.lower()]
['copy', 'copy_attributes', 'copy_finish']
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: python-gi 3.2.2-1~precise
ProcVersionSign
Uname: Linux 3.2.0-27-
NonfreeKernelMo
ApportVersion: 2.0.1-0ubuntu11
Architecture: i386
Date: Sun Aug 5 15:52:34 2012
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
SourcePackage: pygobject
UpgradeStatus: Upgraded to precise on 2012-04-04 (122 days ago)
summary: |
- Gio.File.copy_async() missing + Handle multiple callbacks and user_data arguments |
Right, /usr/share/ gir-1.0/ Gio-2.0. gir shows it as not introspectable. g-i cannot currently handle multiple callbacks and user_data arguments.