Add missing details in GFile documentation

https://bugzilla.gnome.org/show_bug.cgi?id=548353
This commit is contained in:
Sébastien Wilmet 2013-01-31 18:44:24 +01:00
parent 0513c855cb
commit c35b73a90f

View File

@ -3762,6 +3762,7 @@ g_file_delete_async (GFile *file,
* Finishes deleting a file started with g_file_delete_async(). * Finishes deleting a file started with g_file_delete_async().
* *
* Virtual: delete_file_finish * Virtual: delete_file_finish
* Returns: %TRUE if the file was deleted. %FALSE otherwise.
* Since: 2.34 * Since: 2.34
**/ **/
gboolean gboolean
@ -3797,6 +3798,7 @@ g_file_delete_finish (GFile *file,
* triggering the cancellable object from another thread. If the operation * triggering the cancellable object from another thread. If the operation
* was cancelled, the error %G_IO_ERROR_CANCELLED will be returned. * was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
* *
* Virtual: trash
* Returns: %TRUE on successful trash, %FALSE otherwise. * Returns: %TRUE on successful trash, %FALSE otherwise.
*/ */
gboolean gboolean