anjuta r4396 - in trunk: . libanjuta/interfaces



Author: jrliggett
Date: Mon Nov 17 06:56:01 2008
New Revision: 4396
URL: http://svn.gnome.org/viewvc/anjuta?rev=4396&view=rev

Log:
* libanjuta/interfaces/libanjuta.idl:
Replace the update method with checkout in IAnjutaVCS.


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	Mon Nov 17 06:56:01 2008
@@ -4714,15 +4714,15 @@
 	void remove(List<GFile*> files);
 	
 	/**
-	 * ianjuta_vcs_update:
-	 * @file: GFile* to update
-	 * @recurse: TRUE to recurse into subdirectories (if file is a directory)
+	 * ianjuta_vcs_checkout:
+	 * @repository_location: Location of repository to check out
+	 * @dest: Destination of checked out copy
 	 * @obj: Self
 	 * @err: Error propagation and reporting
 	 *
-	 * Update filename with the vcs repositry.
+	 * Check out a copy of a code repository.
 	 */
-	void update(GFile* file, gboolean recurse);
+	void checkout(const gchar *repository_location, GFile *dest);
 	
 	typedef void (*StatusCallback) (GFile* file, AnjutaVcsStatus status, gpointer user_data);
   



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