Add support for a number of special directories, as defined by the
authorMatthias Clasen <mclasen@redhat.com>
Mon, 4 Jun 2007 14:54:49 +0000 (14:54 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 4 Jun 2007 14:54:49 +0000 (14:54 +0000)
commitd154485bc75ac40665ed810b5669f7a8e7315f3a
treee28498ed4064d11e631ca008af58340890ea3d92
parentc68dc0aef515c458d81916cb767d7199a22d6f36
Add support for a number of special directories, as defined by the

2007-06-04  Matthias Clasen  <mclasen@redhat.com>

        Add support for a number of special directories, as
        defined by the xdg-user-dirs specification.  (#432651,
        Bastien Nocera, Emmanuele Bassi, Michael Natterer)

        * glib/glib.symbols:
        * glib/gutils.[hc]: Add the GUserDirectory enum and
        g_get_user_special_dir(), with implementations based
        on the xdg-user-dirs spec and on native interfaces
        for Win32 and Carbon.

        * configure.in: Add Carbon checks.

        * tests/tetsglib.c: Test g_get_user_special_dir().

svn path=/trunk/; revision=5528
ChangeLog
configure.in
docs/reference/ChangeLog
docs/reference/glib/glib-sections.txt
docs/reference/glib/tmpl/misc_utils.sgml
glib/glib.symbols
glib/gutils.c
glib/gutils.h
tests/testglib.c