summaryrefslogtreecommitdiff
path: root/gconf/gapplookupgconf.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove app lookup extensionBastien Nocera2010-10-051-178/+0
| | | | | | Now done in GIO itself https://bugzilla.gnome.org/show_bug.cgi?id=631398
* Use new G_IMPLEMENT_INTERFACE_DYNAMIC from glibAlexander Larsson2009-12-011-9/+2
|
* Free command string after use. Fixes a leak.Hans Petter Jansson2008-11-071-0/+1
| | | | | | | | | | 2008-11-06 Hans Petter Jansson <hpj@novell.com> * gconf/gapplookupgconf.c (get_default_for_uri_scheme): Free command string after use. Fixes a leak. svn path=/trunk/; revision=2083
* get rid of modelines The modelines were inconsistent and caused issuesBenjamin Otte2008-04-221-1/+0
| | | | | | | | | * */*.[ch]: get rid of modelines The modelines were inconsistent and caused issues when used in different editors. svn path=/trunk/; revision=1756
* Some more cleanup.Alexander Larsson2008-02-191-3/+3
| | | | | | | | | | | | | 2008-02-19 Alexander Larsson <alexl@redhat.com> * daemon/gvfsbackendsftp.c: * daemon/gvfsbackendtrash.c: * gconf/gapplookupgconf.c: * test/benchmark-common.c: Some more cleanup. svn path=/trunk/; revision=1303
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-7/+0
| | | | | | | | | | | | | | | 2008-02-19 Alexander Larsson <alexl@redhat.com> * lots of *.c files: Code cleanup from Kjartan: Removes unused code/variables. Uses right printf types Uses non-deprecated dbus calls. Removes spurious ; and , deleted extra checks for NULL for g_free svn path=/trunk/; revision=1302
* Added. Added. Added. Add gconf based implementation ofAlexander Larsson2008-01-291-0/+192
2008-01-29 Alexander Larsson <alexl@redhat.com> * Makefile.am: * configure.ac: * gconf/Makefile.am: Added. * gconf/gapplookupgconf.[ch]: Added. * gconf/gconf-module.c: Added. Add gconf based implementation of g_app_info_get_default_for_uri_scheme () svn path=/trunk/; revision=1206