Add a function to create a GDesktopAppInfo from a GKeyFile. Proposed by

* gio.symbols:
        * gdesktopappinfo.[hc]: Add a function to create a
        GDesktopAppInfo from a GKeyFile. Proposed by Josselin Mouette.


svn path=/trunk/; revision=7143
This commit is contained in:
Matthias Clasen
2008-07-02 16:23:23 +00:00
parent fef22bfe23
commit 9d82224015
6 changed files with 54 additions and 21 deletions

View File

@@ -1,3 +1,7 @@
2008-07-02 Matthias Clasen <mclasen@redhat.com>
* gio/gio-sections.txt: Add g_desktop_app_info_new_from_keyfile
2008-07-01 Matthias Clasen <mclasen@redhat.com>
* gio/gio.types: Add missing types. Pointed out by David Zeuthen.