about summary refs log blame commit diff stats
path: root/tests/helpers.h
blob: 17d8329cba2899f1136cb35ec1dbf5579c144b8d (plain) (tree)
1
2
3
4
5
6
7

                 
                                    
                                     

                                      
                                                                  
#include "glib.h"

void load_preferences(void **state);
void close_preferences(void **state);

void glist_set_cmp(GCompareFunc func);
int glist_contents_equal(const void *actual, const void *expected);