glib r7170 - trunk/gio



Author: matthiasc
Date: Tue Jul  8 06:01:04 2008
New Revision: 7170
URL: http://svn.gnome.org/viewvc/glib?rev=7170&view=rev

Log:
Minor doc edits


Modified:
   trunk/gio/gvolume.c

Modified: trunk/gio/gvolume.c
==============================================================================
--- trunk/gio/gvolume.c	(original)
+++ trunk/gio/gvolume.c	Tue Jul  8 06:01:04 2008
@@ -532,9 +532,9 @@
  *   GFile *mount_root
  *   GFile *volume_activation_root;
  *
- *   mount = g_volume_get_mount (volume); // mounted, so never NULL
+ *   mount = g_volume_get_mount (volume); /* mounted, so never NULL */
  *   mount_root = g_mount_get_root (mount);
- *   volume_activation_root = g_volume_get_activation_root(volume); // assume not NULL
+ *   volume_activation_root = g_volume_get_activation_root(volume); /* assume not NULL */
  * </programlisting>
  *
  * then the expression



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