What to know before writing Gaby plugins

Important: Memory allocations (malloc, strdup, ...) are done using the GLIB library (g_malloc, g_strdup, ...). This allows to call g_mem_profile to know about memory status.