GLib.String.hash (original) (raw)
Method
GLibStringhash
Declaration [src]
guint
g_string_hash (
const GString* str
)
Description [src]
Creates a hash code for str
; for use with GHashTable
.
Return value
Type: guint
Hash code for str
.
guint
g_string_hash (
const GString* str
)
Creates a hash code for str
; for use with GHashTable
.
Type: guint
Hash code for str
.