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 322250 - Remove *_full wrappers
Remove *_full wrappers
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: 0.9.7
Assigned To: GStreamer Maintainers
Johan (not receiving bugmail) Dahlin
Depends on:
Blocks:
 
 
Reported: 2005-11-23 16:50 UTC by Johan (not receiving bugmail) Dahlin
Modified: 2005-12-01 16:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Johan (not receiving bugmail) Dahlin 2005-11-23 16:50:26 UTC
In gobject and gtk there are no full functions, instead the normal ones are
wrapped to optionally handle the functionallity in the extended versions by
having optional arguments.
Comment 1 Edward Hervey 2005-11-24 11:48:52 UTC
Closing bug, fixed in cvs

2005-11-24  Edward Hervey  <edward@fluendo.com>

	* gst/gst.override:
	Ignore all *_full functions/methods
	* gst/gstbus.override:
	Wrapper for gst_bus_add_signal_watch that now takes an optional
	priority argument