anjuta r4339 - in trunk: . libanjuta/interfaces



Author: jhs
Date: Tue Oct 14 18:23:03 2008
New Revision: 4339
URL: http://svn.gnome.org/viewvc/anjuta?rev=4339&view=rev

Log:
2008-10-14  Johannes Schmid  <jhs gnome org>

	* libanjuta/interfaces/libanjuta.idl:
		Query should only use a single GFile* not a list

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	Tue Oct 14 18:23:03 2008
@@ -4514,7 +4514,7 @@
   /**
    * ianjuta_vcs_query_status:
    * @obj: Self
-   * @files: List of GFiles* to query
+   * @file: GFile* to query
    * @callback: callback to call when data for a particular file is available
    * @user_data: Userdata passed to callback
    * @cancel: A #GCancellable object to cancel the operation
@@ -4524,7 +4524,7 @@
    * is available. On error, -1 is returned and err is set.
    *
    */
-  void query_status (List<GFile*> files, StatusCallback callback, gpointer user_data, GCancellable* cancel);
+  void query_status (GFile* file, StatusCallback callback, gpointer user_data, GCancellable* cancel);
      
   typedef void (*DiffCallback) (GFile* file, AnjutaVcsStatus status, const gchar* diff, gpointer user_data);
    /**



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