#include "glib.h"

Go to the source code of this file.
Typedefs | |
| typedef void | IdCounter |
Functions | |
| IdCounter * | id_counter_new (void) |
| guint | id_counter_get_next_id (IdCounter *self) |
| IdCounter * | id_counter_ref (IdCounter *self) |
| void | id_counter_unref (IdCounter *self) |
| typedef void IdCounter |
| guint id_counter_get_next_id | ( | IdCounter * | self | ) |
| IdCounter* id_counter_new | ( | void | ) |
| void id_counter_unref | ( | IdCounter * | self | ) |