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 534288 - GEGL need to export the _valist version of the variadic arg functions
GEGL need to export the _valist version of the variadic arg functions
Status: RESOLVED FIXED
Product: GEGL
Classification: Other
Component: core
git master
Other Linux
: High normal
: 0.1.0
Assigned To: Default Gegl Component Owner
Default Gegl Component Owner
Depends on:
Blocks:
 
 
Reported: 2008-05-22 03:51 UTC by Hubert Figuiere (:hub)
Modified: 2009-04-10 11:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix the problem (1.94 KB, patch)
2008-05-22 04:02 UTC, Hubert Figuiere (:hub)
committed Details | Review

Description Hubert Figuiere (:hub) 2008-05-22 03:51:10 UTC
GEGL need to export the _valist version of the variadic arg functions

for example:
gegl_node_set_valist()
gegl_node_get_valist()

Because there is no way to pass a va_list as arguments to another function.
Comment 1 Hubert Figuiere (:hub) 2008-05-22 04:02:59 UTC
Created attachment 111317 [details] [review]
patch to fix the problem
Comment 2 Martin Nordholts 2009-04-04 20:24:06 UTC
Let's consider this for the 0.1.0 release.
Comment 3 Martin Nordholts 2009-04-10 11:04:15 UTC
Can't hurt:

2009-04-10  Martin Nordholts  <martinn@svn.gnome.org>

	Bug 534288 – GEGL need to export the _valist version of the
	variadic arg functions

	Patch from Hubert Figuiere

	* gegl/gegl.h