From: Matthias Clasen Date: Wed, 15 Oct 2008 01:32:01 +0000 (+0000) Subject: Fix make check X-Git-Tag: GLIB_2_19_0~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8caab423142a1f2527292d12d88efac8562364bd;p=platform%2Fupstream%2Fglib.git Fix make check svn path=/trunk/; revision=7600 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index fc91507..c655bbf 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,10 @@ +2008-10-14 Matthias Clasen + + Bug 556335 – make check fails in abicheck.sh + + * gio.symbols: Add g_file_attribute_info_list_get_type. + Pointed out by Pascal Terjan. + 2008-10-13 Alexander Larsson * gdesktopappinfo.c: diff --git a/gio/gio.symbols b/gio/gio.symbols index 36b43e1..051b86b 100644 --- a/gio/gio.symbols +++ b/gio/gio.symbols @@ -216,6 +216,7 @@ g_file_attribute_info_list_new g_file_attribute_info_list_ref g_file_attribute_info_list_unref g_file_attribute_info_list_dup +g_file_attribute_info_list_get_type G_GNUC_CONST g_file_attribute_info_list_lookup g_file_attribute_info_list_add #endif