]> git.ipfire.org Git - thirdparty/vala.git/commit
glib: add .data to StringBuilder
authorRyan Lortie <desrt@desrt.ca>
Fri, 3 Feb 2012 15:50:23 +0000 (10:50 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sun, 5 Feb 2012 00:35:21 +0000 (19:35 -0500)
commitcd1dc0923fb88a5f2e69a9a134c42a7206247a21
treeaa887bc8f492234b62533a3038a1f706c235797f
parent9fd65c164eb5631fed0cf6c68c68a896496a9223
glib: add .data to StringBuilder

To do the same thing as string.data, but without the strlen() (since we
already know this from the GString's length field).

https://bugzilla.gnome.org/show_bug.cgi?id=669313
vapi/glib-2.0.vapi