Fix up a bunch of details in the docs.

2007-12-12  Alexander Larsson  <alexl@redhat.com>

        * gappinfo.[ch]:
        * gasyncresult.c:
        * gbufferedinputstream.c:
        * gbufferedoutputstream.c:
        * gcancellable.c:
        * gcontenttype.c:
        * gdatainputstream.[ch]:
        * gdesktopappinfo.c:
        * gdirectorymonitor.c:
        * gfile.[ch]:
        * gfileattribute.[ch]:
        * gfileicon.[ch]:
        * gfileinfo.h:
        * gfileinputstream.h:
        * gfilemonitor.[ch]:
        * gfileoutputstream.[ch]:
        * gfilterinputstream.h:
        * gfilteroutputstream.h:
        * gicon.h:
        * gioscheduler.c:
        * gloadableicon.[ch]:
        * gmemoryinputstream.c:
        * gmountoperation.c:
        * gthemedicon.c:
	Fix up a bunch of details in the docs.

        * glocalfileinfo.c:
	CR/LF -> LF fixups


svn path=/trunk/; revision=6100
This commit is contained in:
Alexander Larsson
2007-12-12 12:19:02 +00:00
committed by Alexander Larsson
parent 2de9f839a0
commit 41d1650c9b
34 changed files with 686 additions and 533 deletions

View File

@@ -399,9 +399,11 @@ g_content_type_is_a (const char *type,
* g_content_type_is_unknown:
* @type: a content type string.
*
* Checks if the content type is known by GIO.
* Checks if the content type is the generic "unknown" type.
* On unix this is the "application/octet-stream" mimetype,
* while on win32 it is "*".
*
* Returns: %TRUE if the type is unknown.
* Returns: %TRUE if the type is the unknown type.
**/
gboolean
g_content_type_is_unknown (const char *type)
@@ -610,9 +612,9 @@ g_content_type_get_description (const char *type)
* g_content_type_get_mime_type:
* @type: a content type string.
*
* Gets the mime-type for the content type.
* Gets the mime-type for the content type. If one is registered
*
* Returns: the registered mime-type for the given @type.
* Returns: the registered mime-type for the given @type, or NULL if unknown.
**/
char *
g_content_type_get_mime_type (const char *type)
@@ -847,8 +849,8 @@ enumerate_mimetypes_dir (const char *dir,
/**
* g_content_types_get_registered:
*
* Gets a list of strings containing the registered content types on
* the system.
* Gets a list of strings containing all the registered content types
* known to the system.
*
* Returns: #GList of the registered content types.
**/