DS3 C SDK  4.1.0
Provides access to the Spectra S3 API with C
Data Structures | Typedefs | Functions
ds3_string_multimap_impl.h File Reference
#include <glib.h>

Go to the source code of this file.

Data Structures

struct  _ds3_string_multimap
 
struct  _ds3_string_multimap_entry
 

Typedefs

typedef struct _ds3_string_multimap_entry ds3_string_multimap_entry
 

Functions

GHashTable * ds3_string_multimap_get_hashtable (const ds3_string_multimap *mp)
 
void ds3_string_multimap_set_hashtable (ds3_string_multimap *mp, GHashTable *ht)
 

Typedef Documentation

◆ ds3_string_multimap_entry

Function Documentation

◆ ds3_string_multimap_get_hashtable()

GHashTable* ds3_string_multimap_get_hashtable ( const ds3_string_multimap mp)

Definition at line 20 of file ds3_string_multimap_impl.c.

◆ ds3_string_multimap_set_hashtable()

void ds3_string_multimap_set_hashtable ( ds3_string_multimap mp,
GHashTable *  ht 
)

Definition at line 25 of file ds3_string_multimap_impl.c.