[glib: 2/2] Merge branch 'identifier-typo-fix' into 'master'



commit c3846b33d7226ca622d6b5d56e6fef9e3f3c362a
Merge: 673030982 dc4e63930
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon May 28 16:58:13 2018 +0000

    Merge branch 'identifier-typo-fix' into 'master'
    
    gio: Fix some typos in the documentation
    
    See merge request GNOME/glib!31

 gio/gdrive.c  | 2 +-
 gio/gvolume.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --cc gio/gdrive.c
index 7e75c802a,2435b4e4f..24784f3df
--- a/gio/gdrive.c
+++ b/gio/gdrive.c
@@@ -611,12 -611,10 +611,12 @@@ g_drive_poll_for_media_finish (GDriv
   * @drive: a #GDrive
   * @kind: the kind of identifier to return
   *
 - * Gets the identifier of the given kind for @drive.
 + * Gets the identifier of the given kind for @drive. The only
 + * identifier currently available is
 + * #G_DRIVE_IDENTIFIER_KIND_UNIX_DEVICE.
   *
   * Returns: (nullable) (transfer full): a newly allocated string containing the
-  *     requested identfier, or %NULL if the #GDrive
+  *     requested identifier, or %NULL if the #GDrive
   *     doesn't have this kind of identifier.
   */
  char *


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