Fixes unknown meaning in GAppLaunchContext docs. Clarify asynchronous ops.

* gappinfo.c:
	  Fixes unknown meaning in GAppLaunchContext docs.
	* gfile.c:
	  Clarify asynchronous ops.
	* gfileattribute.c:
	  Fix entity tag docs.
	* gicon.c:
	* gthemedicon.c:
	  Provides missing gtk-doc section, fixes API docs slighly.
	* gsimpleasyncresult.c:
	  Fill in missing info in docs.
	* gunixinputstream.c:
	* gunixoutputstream.c:
	  Be more expressive in short description.
	* gunixvolume.c:
	  Remove gtk-doc stubs for non-public API.


svn path=/trunk/; revision=5994
This commit is contained in:
Andrew Walton
2007-11-29 10:18:55 +00:00
parent 09471fec46
commit 0c867d3444
10 changed files with 123 additions and 69 deletions

View File

@@ -130,14 +130,6 @@ type_to_icon (GUnixMountType type)
return g_strdup (icon_name);
}
/**
* g_unix_volume_new:
* @mount:
* @drive:
*
* Returns: a #GUnixVolume.
*
**/
GUnixVolume *
_g_unix_volume_new (GUnixMount *mount,
GUnixDrive *drive)
@@ -189,11 +181,6 @@ _g_unix_volume_new (GUnixMount *mount,
return volume;
}
/**
* g_unix_volume_unmounted:
* @volume:
*
**/
void
_g_unix_volume_unmounted (GUnixVolume *volume)
{
@@ -205,12 +192,6 @@ _g_unix_volume_unmounted (GUnixVolume *volume)
}
}
/**
* g_unix_volume_unset_drive:
* @volume:
* @drive:
*
**/
void
_g_unix_volume_unset_drive (GUnixVolume *volume,
GUnixDrive *drive)
@@ -247,13 +228,6 @@ g_unix_volume_get_name (GVolume *volume)
return g_strdup (unix_volume->name);
}
/**
* g_unix_volume_has_mountpoint:
* @volume:
* @mountpoint:
*
* Returns:
**/
gboolean
_g_unix_volume_has_mountpoint (GUnixVolume *volume,
const char *mountpoint)