8 lines
138 B
C
8 lines
138 B
C
|
#include <glib.h>
|
||
|
|
||
|
void c_func (gchar *str,
|
||
|
GHashTable *htable)
|
||
|
{
|
||
|
g_printf ("Do something with str and htable...");
|
||
|
}
|