[glibmm] file.hg: Correct/Add newin2p* doxygen comments.



commit 2d65b845514e7cbba8974a1f024d9eaaf04357c8
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jan 28 13:11:07 2010 +0100

    file.hg: Correct/Add newin2p* doxygen comments.

 ChangeLog       |    4 ++++
 gio/src/file.hg |   28 ++++++++++++++++++++++------
 2 files changed, 26 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4bd9920..de7b4bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-01-28  Murray Cumming  <murrayc murrayc com>
 
+	* gio/src/file.hg: Correct/Add newin2p* doxygen comments.
+
+2010-01-28  Murray Cumming  <murrayc murrayc com>
+
 	File: Added create_file_readwrite() and creat_file_readwrite_async().
 
 	* gio/src/file.[hg|ccg]: Added create_file_readwrite(), 
diff --git a/gio/src/file.hg b/gio/src/file.hg
index 6dfa16d..1fe510c 100644
--- a/gio/src/file.hg
+++ b/gio/src/file.hg
@@ -549,6 +549,8 @@ public:
    * @param cancellable A Cancellable object which can be used to cancel the operation.
    * @param flags a set of FileCreateFlags.
    * @param io_priority The I/O priority of the request.
+   *
+   * @newin2p24
    */
   void create_file_readwrite_async(const SlotAsyncReady& slot, const Glib::RefPtr<Cancellable>& cancellable, FileCreateFlags flags = FILE_CREATE_NONE, int io_priority = Glib::PRIORITY_DEFAULT);
 
@@ -562,6 +564,8 @@ public:
    * @param slot A callback slot which will be called when the request is satisfied.
    * @param flags a set of FileCreateFlags.
    * @param io_priority The I/O priority of the request.
+   *
+   * @newin2p24
    */
   void create_file_readwrite_async(const SlotAsyncReady& slot, FileCreateFlags flags = FILE_CREATE_NONE, int io_priority = Glib::PRIORITY_DEFAULT);
   _IGNORE(g_file_create_readwrite_async)
@@ -623,7 +627,7 @@ public:
    * @param cancellable A Cancellable object which can be used to cancel the operation.
    * @param io_priority The I/O priority of the request.
    *
-   * @newin2p22
+   * @newin2p24
    */
   void open_readwrite_async(const SlotAsyncReady& slot, const Glib::RefPtr<Cancellable>& cancellable, int io_priority = Glib::PRIORITY_DEFAULT);
 
@@ -643,7 +647,7 @@ public:
    * @param slot A callback slot which will be called when the request is satisfied.
    * @param io_priority The I/O priority of the request.
    *
-   * @newin2p22
+   * @newin2p24
    */
   void open_readwrite_async(const SlotAsyncReady& slot, int io_priority = Glib::PRIORITY_DEFAULT);
   _IGNORE(g_file_open_readwrite_async)
@@ -668,7 +672,7 @@ public:
    * @param flags A set of FileCreateFlags.
    * @return A FileOutputStream.
    *
-   * @newin2p22
+   * @newin2p24
    */
 #ifdef GLIBMM_EXCEPTIONS_ENABLED
   Glib::RefPtr<FileIOStream> replace_readwrite(const Glib::RefPtr<Cancellable>& cancellable, const std::string& etag = std::string(), bool make_backup = false, FileCreateFlags flags = FILE_CREATE_NONE);
@@ -692,7 +696,7 @@ public:
    * @param flags A set of FileCreateFlags.
    * @return A FileOutputStream.
    *
-   * @newin2p22
+   * @newin2p24
    */
 #ifdef GLIBMM_EXCEPTIONS_ENABLED
   Glib::RefPtr<FileIOStream> replace_readwrite(const std::string& etag = std::string(), bool make_backup = false, FileCreateFlags flags = FILE_CREATE_NONE);
@@ -716,7 +720,7 @@ public:
    * @param flags A set of FileCreateFlags.
    * @param io_priority The I/O priority of the request.
    *
-   * @newin2p22
+   * @newin2p24
    */
   void replace_readwrite_async(const SlotAsyncReady& slot, const Glib::RefPtr<Cancellable>& cancellable, const std::string& etag = std::string(), bool make_backup = false, FileCreateFlags flags = FILE_CREATE_NONE, int io_priority = Glib::PRIORITY_DEFAULT);
 
@@ -731,7 +735,7 @@ public:
    * @param flags A set of FileCreateFlags.
    * @param io_priority The I/O priority of the request.
    *
-   * @newin2p22
+   * @newin2p24
    */
   void replace_readwrite_async(const SlotAsyncReady& slot, const std::string& etag = std::string(), bool make_backup = false, FileCreateFlags flags = FILE_CREATE_NONE, int io_priority = Glib::PRIORITY_DEFAULT);
   _IGNORE(g_file_replace_readwrite_async)
@@ -1784,6 +1788,8 @@ public:
    * @param cancellable A Cancellable object which can be used to cancel the operation.
    * @param mount_operation A MountOperation
    * @param flags Flags affecting the operation.
+   *
+   * @newin2p24
    */
   void unmount_mountable(const SlotAsyncReady& slot, const Glib::RefPtr<Cancellable>& cancellable, const Glib::RefPtr<MountOperation>& mount_operation, MountUnmountFlags flags = MOUNT_UNMOUNT_NONE);
 
@@ -1794,6 +1800,8 @@ public:
    * @param slot A callback slot which will be called when the request is satisfied.
    * @param mount_operation A MountOperation
    * @param flags Flags affecting the operation.
+   *
+   * @newin2p24
    */
   void unmount_mountable(const SlotAsyncReady& slot, const Glib::RefPtr<MountOperation>& mount_operation, MountUnmountFlags flags = MOUNT_UNMOUNT_NONE);
 
@@ -1801,6 +1809,8 @@ public:
    *
    * @param mount_operation A MountOperation
    * @param flags Flags affecting the operation.
+   *
+   * @newin2p24
    */
   void unmount_mountable(const Glib::RefPtr<MountOperation>& mount_operation, MountUnmountFlags flags = MOUNT_UNMOUNT_NONE);
 
@@ -1849,6 +1859,8 @@ public:
    * @param cancellable A Cancellable object which can be used to cancel the operation.
    * @param mount_operation A MountOperation
    * @param flags Flags affecting the operation.
+   *
+   * @newin2p24
    */
   void eject_mountable(const SlotAsyncReady& slot, const Glib::RefPtr<Cancellable>& cancellable, const Glib::RefPtr<MountOperation>& mount_operation, MountUnmountFlags flags = MOUNT_UNMOUNT_NONE);
 
@@ -1859,6 +1871,8 @@ public:
    * @param slot A callback slot which will be called when the request is satisfied.
    * @param mount_operation A MountOperation
    * @param flags Flags affecting the operation.
+   *
+   * @newin2p24
    */
   void eject_mountable(const SlotAsyncReady& slot, const Glib::RefPtr<MountOperation>& mount_operation, MountUnmountFlags flags = MOUNT_UNMOUNT_NONE);
 
@@ -1866,6 +1880,8 @@ public:
    *
    * @param mount_operation A MountOperation
    * @param flags Flags affecting the operation.
+   *
+   * @newin2p24
    */
   void eject_mountable(const Glib::RefPtr<MountOperation>& mount_operation, MountUnmountFlags flags = MOUNT_UNMOUNT_NONE);
 



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