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 445065 - Add GRegex boxed type
Add GRegex boxed type
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks: 446056
 
 
Reported: 2007-06-07 10:10 UTC by Carlos Garnacho
Modified: 2007-06-15 16:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (3.56 KB, patch)
2007-06-07 10:11 UTC, Carlos Garnacho
committed Details | Review

Description Carlos Garnacho 2007-06-07 10:10:16 UTC
Hi!,

I'm going to attach a patch to create a boxed type, it also fixes a couple of typos in the GRegex docs
Comment 1 Carlos Garnacho 2007-06-07 10:11:35 UTC
Created attachment 89539 [details] [review]
patch
Comment 2 Matthias Clasen 2007-06-08 05:34:26 UTC
Looks fine to me; I hope that Tim agrees to add this type to gobject.

Wrt to the typo fixes, 
"you can check if the match was partial calling" should probably have
a "by" between partial and calling.
Comment 3 Tim Janik 2007-06-15 09:13:02 UTC
(In reply to comment #2)
> Looks fine to me; I hope that Tim agrees to add this type to gobject.

the patch looks good to me, please apply.