gbacktrace.c: special treatment for a weird symbol
authorRyan Lortie <desrt@desrt.ca>
Thu, 6 Dec 2012 19:03:22 +0000 (14:03 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sun, 13 Jan 2013 18:13:43 +0000 (13:13 -0500)
commit4625c138e96bca942c9215132df14d194c884802
treeef438e8a7c7f0c33ec670b51a99afe3f6ff9ba8f
parentb91c47682749b7e1455305ec5f99d5f950574a36
gbacktrace.c: special treatment for a weird symbol

We have a public symbol 'glib_on_error_halt' that is exported from
gbacktrace.c without appearing in a header, presumably with the
intention that people will be able to hit it from their debugger.

Mark it as GLIB_AVAILABLE_IN_ALL from inside the .c file...

https://bugzilla.gnome.org/show_bug.cgi?id=688681
glib/gbacktrace.c