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 553282 - [Patch] Fixed some delegates methods of MarkupParser in GLib binding
[Patch] Fixed some delegates methods of MarkupParser in GLib binding
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.3.x
Other All
: Normal normal
: ---
Assigned To: Jürg Billeter
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-22 15:46 UTC by Matias
Modified: 2008-09-27 09:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for MarkupParser in GLib binding (1.70 KB, patch)
2008-09-22 15:47 UTC, Matias
committed Details | Review

Description Matias 2008-09-22 15:46:18 UTC
Please describe the problem:
Fixed start_element, end_element, text, passthrough and error delegates of MarkupParser in GLib binding

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Matias 2008-09-22 15:47:02 UTC
Created attachment 119170 [details] [review]
patch for MarkupParser in GLib binding
Comment 2 Jürg Billeter 2008-09-27 09:05:15 UTC
2008-09-27  Jürg Billeter  <j@bitron.ch>

	* vapi/glib-2.0.vapi:

	Fix GMarkupParser binding, patch by Matías De la Puente,
	fixes bug 553282

Fixed in r1796.