From 02a2551282b7e31bfc25fb20020c6433380cb072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 6 Jul 2013 10:51:14 +0200 Subject: [PATCH] added basic gtk configuration file. it's not complete. It just contains some data that was extracted from the cppcheck checks. --- data/gtk.cfg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 data/gtk.cfg diff --git a/data/gtk.cfg b/data/gtk.cfg new file mode 100644 index 000000000..60e9512c3 --- /dev/null +++ b/data/gtk.cfg @@ -0,0 +1,24 @@ + + + + g_free + + g_new + g_new0 + g_try_new + g_try_new0 + g_malloc + g_malloc0 + g_try_malloc + g_try_malloc0 + g_strdup + g_strndup + g_strdup_printf + + g_register_data + + + g_strcmp + g_exit + +