mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 09:57:52 +02:00
Add length accessor for GRefString
Since we store the size of the allocation in the underlying ArcBox, we can get a constant time getter for the length of the string.
This commit is contained in:
@@ -3499,4 +3499,5 @@ g_ref_string_new
|
||||
g_ref_string_new_intern
|
||||
g_ref_string_acquire
|
||||
g_ref_string_release
|
||||
g_ref_string_length
|
||||
</SECTION>
|
||||
|
Reference in New Issue
Block a user