X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fglib-private.c;h=3c1dac636890835bd9c29017457c6291a3f150d7;hb=0a4ee12c7a9dfc82443133dfb2b18fb411d79f48;hp=3946e774b9714b9d28b5d7f06e713e0625a697d3;hpb=1b033919845cef366842373da9f1cfb56f522d01;p=platform%2Fupstream%2Fglib.git diff --git a/glib/glib-private.c b/glib/glib-private.c index 3946e77..3c1dac6 100644 --- a/glib/glib-private.c +++ b/glib/glib-private.c @@ -12,13 +12,13 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library; if not, see . * * Author: Colin Walters */ +#include "config.h" + #include "glib-private.h" /** @@ -38,7 +38,15 @@ glib__private__ (void) g_wakeup_signal, g_wakeup_acknowledge, - g_get_worker_context + g_get_worker_context, + + g_check_setuid, + g_main_context_new_with_next_id, + + g_dir_open_with_errno, + g_dir_new_from_dirp, + + g_variant_to_vectors }; return &table;