anjuta r4466 - in trunk: . libanjuta/interfaces



Author: jrliggett
Date: Sat Dec 20 09:09:26 2008
New Revision: 4466
URL: http://svn.gnome.org/viewvc/anjuta?rev=4466&view=rev

Log:
* libanjuta/interfaces/libanjuta.idl:
The checkout method in IAnjutaVcs should take a GCancellable parameter so 
that it can be canceled.

Modified:
   trunk/ChangeLog
   trunk/libanjuta/interfaces/libanjuta.idl

Modified: trunk/libanjuta/interfaces/libanjuta.idl
==============================================================================
--- trunk/libanjuta/interfaces/libanjuta.idl	(original)
+++ trunk/libanjuta/interfaces/libanjuta.idl	Sat Dec 20 09:09:26 2008
@@ -4647,12 +4647,13 @@
 	 * @obj: Self
 	 * @repository_location: Location of repository to check out
 	 * @dest: Destination of checked out copy
+	 * @cancel: A #GCancellable object to cancel the operation
 	 * @notify: #AnjutaAsyncNotify object for finish notification and error 
 	 * reporting.
 	 *
 	 * Check out a copy of a code repository.
 	 */
-	void checkout(const gchar *repository_location, GFile *dest, AnjutaAsyncNotify *notify);
+	void checkout(const gchar *repository_location, GFile *dest, GCancellable *cancel, AnjutaAsyncNotify *notify);
   
     /**
 	 * ianjuta_vcs_query_status:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]