[maemo-commits] [maemo-commits] r8843 - in projects/haf/trunk/osso-gnomevfs-extra: . obex-utils/obex-vfs-utils

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Dec 21 10:53:51 EET 2006
Author: richard
Date: 2006-12-21 10:53:50 +0200 (Thu, 21 Dec 2006)
New Revision: 8843

Modified:
   projects/haf/trunk/osso-gnomevfs-extra/ChangeLog
   projects/haf/trunk/osso-gnomevfs-extra/obex-utils/obex-vfs-utils/ovu-xfer.h
Log:
Improve comment.

Modified: projects/haf/trunk/osso-gnomevfs-extra/ChangeLog
===================================================================
--- projects/haf/trunk/osso-gnomevfs-extra/ChangeLog	2006-12-21 08:51:33 UTC (rev 8842)
+++ projects/haf/trunk/osso-gnomevfs-extra/ChangeLog	2006-12-21 08:53:50 UTC (rev 8843)
@@ -1,5 +1,8 @@
 2006-12-21  Richard Hult  <richard at imendio.com>
 
+	* obex-utils/obex-vfs-utils/ovu-xfer.h (ovu_async_xfer): Make the
+	comment more clear about the deprecated state of this function.
+
 	* configure.in: Require GnomeVFS 2.16.3.
 
 	* Makefile.am: 

Modified: projects/haf/trunk/osso-gnomevfs-extra/obex-utils/obex-vfs-utils/ovu-xfer.h
===================================================================
--- projects/haf/trunk/osso-gnomevfs-extra/obex-utils/obex-vfs-utils/ovu-xfer.h	2006-12-21 08:51:33 UTC (rev 8842)
+++ projects/haf/trunk/osso-gnomevfs-extra/obex-utils/obex-vfs-utils/ovu-xfer.h	2006-12-21 08:53:50 UTC (rev 8843)
@@ -24,10 +24,10 @@
 #include <glib.h>
 #include <libgnomevfs/gnome-vfs.h>
 
-/* This function is a wrapper around gnome_vfs_async_xfer and works exactly like
- * it, but makes it works for OBEX sources/targets as well. Note that this
- * function now only directly calls gnome_vfs_async_xfer, so there is no need to
- * use this function.
+/*
+ * NOTE: This is deprecated and not needed anymore. Don't use this, use
+ * gnome_vfs_async_xfer directly instead.
+ *
  */
 GnomeVFSResult ovu_async_xfer (GnomeVFSAsyncHandle               **handle_return,
 			       GList                              *source_uri_list,


More information about the maemo-commits mailing list