#include <glib.h>
Go to the source code of this file.
Data Structures | |
struct | namesize |
The (name, size) tuple. More... | |
Typedefs | |
typedef namesize | namesize_t |
The (name, size) tuple. | |
Functions | |
guint | namesize_hash (gconstpointer key) |
Hash a `namesize_t' key. | |
gint | namesize_eq (gconstpointer a, gconstpointer b) |
Compare two `namesize_t' keys. | |
namesize_t * | namesize_make (const gchar *name, filesize_t size) |
Create a new namesize structure. | |
void | namesize_free (namesize_t *ns) |
Free a namesize structure. |
|
The (name, size) tuple.
|
|
Compare two `namesize_t' keys.
|
|
Free a namesize structure.
|
|
Hash a `namesize_t' key.
|
|
Create a new namesize structure.
|