#ifndef __LIST_H__ #define __LIST_H__ gint list_sort(gconstpointer a, gconstpointer b); #endif