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 316306 - progress-changed prototype doesn't match the code
progress-changed prototype doesn't match the code
Status: RESOLVED FIXED
Product: nautilus-cd-burner
Classification: Deprecated
Component: cd-burner
2.12.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus CD Burner Maintainers
Nautilus CD Burner Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-09-14 13:28 UTC by Sebastien Bacher
Modified: 2005-09-14 13:58 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Sebastien Bacher 2005-09-14 13:28:37 UTC
Using GNOME 2.12.

From nautilus-burn-recorder.c:
"		g_signal_new ("progress-changed",
...
			      G_TYPE_NONE, 2, G_TYPE_DOUBLE, G_TYPE_LONG);"

from nautilus-burn-recorder.h:
"	void     (*progress_changed)	(NautilusBurnRecorder       *recorder,
					 gdouble                     fraction);"

That creates issues like: http://bugzilla.ubuntu.com/show_bug.cgi?id=14317
Comment 1 William Jon McCann 2005-09-14 13:58:50 UTC
The return type for the insert-cd-request was also wrong.  Fixed in CVS.  Thanks.

2005-09-14  William Jon McCann  <mccann@jhu.edu>

	* nautilus-burn-recorder.h: Fix function pointers
	for signals in class structure.