#ifndef COMMON_H #define COMMON_H #include gboolean try_strtoint ( const gchar *str, gint *result ); #endif