X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgwin32volumemonitor.c;h=ce8aaf701a3b289ae1ff1660a12a5580b7c671e8;hb=7e5e3e142f856ac80e83a9a5110b51aa4b5b0821;hp=d3932fc12e8af9fecd86a0eaf098bdf4b412c3cf;hpb=078dbda148a81af1b3a76fbda72f089b963087f1;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gwin32volumemonitor.c b/gio/gwin32volumemonitor.c index d3932fc..ce8aaf7 100644 --- a/gio/gwin32volumemonitor.c +++ b/gio/gwin32volumemonitor.c @@ -46,7 +46,7 @@ G_DEFINE_TYPE_WITH_CODE (GWin32VolumeMonitor, g_win32_volume_monitor, G_TYPE_NAT "win32", 0)); -/* +/** * get_viewable_logical_drives: * * Returns the list of logical and viewable drives as defined by @@ -55,7 +55,7 @@ G_DEFINE_TYPE_WITH_CODE (GWin32VolumeMonitor, g_win32_volume_monitor, G_TYPE_NAT * HKLM or HKCU. If neither key exists the result of * GetLogicalDrives() is returned. * - * Return value: bitmask with same meaning as returned by GetLogicalDrives() + * Returns: bitmask with same meaning as returned by GetLogicalDrives() */ static guint32 get_viewable_logical_drives (void)