diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2007-11-27 22:06:49 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2007-11-27 22:06:49 +0000 |
commit | 41d4323d2b7dbfb8f203291692d20a02c09ffd23 (patch) | |
tree | 38f50f20efca394c8a4f2136ec9fe36fb484d938 /src/frames.h | |
parent | 5df40e280d3cbdf9e8b118c8451154d71b4b6872 (diff) |
Replace g_intern_string with a GStringChunk - reduces number of allocs.
Diffstat (limited to 'src/frames.h')
-rw-r--r-- | src/frames.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frames.h b/src/frames.h index 12bb52e..ec07c27 100644 --- a/src/frames.h +++ b/src/frames.h @@ -47,6 +47,9 @@ frames_add_alloc_fn (Frames *frames, const gchar *pattern, GError **error); guint frames_get_alloc_fns_serial (Frames *frames); +const gchar * +frames_get_string (Frames *frames, const gchar *str); + Frames * frames_create (void); |