Remove two accidentally-exported symbols
authorRyan Lortie <desrt@desrt.ca>
Mon, 19 Nov 2012 21:10:55 +0000 (16:10 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 19 Nov 2012 21:14:16 +0000 (16:14 -0500)
commit824bc48adb464d5360237975fc5369f0b634d9b9
treefc7f75431a8db8c89b70a339469d6d5fe170b738
parent5272bc4d67ff6c100ba02b02869db80f51d37c26
Remove two accidentally-exported symbols

This reverts commit 85976cf91deae6ac7cf1639a187a424ff7296968 and
properly removes the offending symbols from gio.symbols.

These two private symbols were found to be exported during Colin's
recent work cleaning up function visibility (among other things).

They were never exposed in any header file and I am 100% certain that
they have never been used by anybody.  They were always private -- only
exposed on the library symbol list.

This change will cause ABI checking tools to complain that we have
removed functions, but the change is completely harmless for actual
applications.

https://bugzilla.gnome.org/show_bug.cgi?id=687441
gio/gio.symbols
gio/gmenumodel.c