summaryrefslogtreecommitdiff
path: root/common/gmountsource.c
Commit message (Expand)AuthorAgeFilesLines
* Always set password to non-NULL, but keep user/domain as NULL if notAlexander Larsson2008-03-051-3/+4
* Work around problems with type registering when the common code is used inAlexander Larsson2008-03-041-0/+25
* add an anonymous_out parameter for anonymous logins.Benjamin Otte2008-03-041-39/+42
* Treat DBus output paramaters that contain "" as NULL. It fixes the sftpCarlos Garcia Campos2008-03-021-3/+3
* Set out parameters for questions, too.Benjamin Otte2008-02-271-5/+5
* Set out parameters even in error case.Benjamin Otte2008-02-271-5/+5
* make errors say "Internal Error" instead of failingBenjamin Otte2008-02-261-4/+6
* Add ask_question supportAlexander Larsson2008-02-201-9/+228
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-4/+1
* Detect gnome-keyringAlexander Larsson2008-02-181-8/+23
* Make g_mount_source_ask_password_async () public and addChristian Kellner2008-01-171-81/+180
* Add g_mount_source_get_operation() that lets you handle a remoteAlexander Larsson2008-01-091-29/+157
* Update to new gio flag enum types/valuesAlexander Larsson2007-12-141-1/+1
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-1/+1
* Code cleanups from Kjartan Maraas.Alexander Larsson2007-11-161-1/+1
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Increase password dialog timeout to 30 minutesAlexander Larsson2007-10-241-2/+3
* Allow NULL pointers for some out argumentsAlexander Larsson2007-09-131-7/+14
* Add defines for GMountOperation dbus opsAlexander Larsson2007-09-131-1/+1
* Update gvfs mounting to the new APIsAlexander Larsson2007-09-131-262/+16
* Remove G_IO_ERROR_INTERNAL_ERROR and replace with FAILED or more specific errorsAlexander Larsson2007-09-131-1/+1
* Move from G_FILE_ERROR to G_IO_ERRORAlexander Larsson2007-09-131-2/+2
* Rename G_VFS_ERROR to G_IO_ERRORAlexander Larsson2007-09-131-2/+2
* Initial work on allowing manual mountsAlexander Larsson2007-09-131-1/+16
* Added manual mount operationAlexander Larsson2007-09-131-0/+453