anjuta r4468 - in trunk: . libanjuta/interfaces
- From: jrliggett svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4468 - in trunk: . libanjuta/interfaces
- Date: Sat, 20 Dec 2008 09:23:23 +0000 (UTC)
Author: jrliggett
Date: Sat Dec 20 09:23:23 2008
New Revision: 4468
URL: http://svn.gnome.org/viewvc/anjuta?rev=4468&view=rev
Log:
* libanjuta/interfaces/libanjuta.idl:
Indicate that GCancellable parameters in IAnjutaVcs methods are optional,
and that NULL is a perfectly valid arguement for them.
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:23:23 2008
@@ -4647,7 +4647,7 @@
* @obj: Self
* @repository_location: Location of repository to check out
* @dest: Destination of checked out copy
- * @cancel: A #GCancellable object to cancel the operation
+ * @cancel: An optional #GCancellable object to cancel the operation, or NULL
* @notify: #AnjutaAsyncNotify object for finish notification and error
* reporting.
*
@@ -4660,8 +4660,8 @@
* @obj: Self
* @file: File/directory 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
+ * @user_data: User data passed to callback
+ * @cancel: An optional #GCancellable object to cancel the operation, or NULL
* @notify: #AnjutaAsyncNotify object for finish notification and error
* reporting.
*
@@ -4684,7 +4684,7 @@
* ianjuta_vcs_diff:
* @obj: Self
* @file: File to diff
- * @cancel: A #GCancellable object to cancel the operation
+ * @cancel: An optional #GCancellable object to cancel the operation, or NULL
* @notify: #AnjutaAsyncNotify object for finish notification and error
* reporting.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]