From: Matthias Clasen Date: Wed, 31 Dec 2008 07:47:19 +0000 (+0000) Subject: Add notes about being UNIX-specific X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=782fe440ef9a9c8e7a8379249779b294d9552a23;p=dana%2Fcg-glib.git Add notes about being UNIX-specific svn path=/trunk/; revision=7756 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index f6e5243a..499fb17b 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,10 @@ +2008-12-31 Matthias Clasen + + * gdesktopappinfo.c: + * gunixmounts.c: + * gunixinputstream.c: + * gunixoutputstream.c: Add a note about being UNIX-specific. + 2008-12-15 Matthias Clasen * === Released 2.19.3 === diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c index db907d39..b2b61ee8 100644 --- a/gio/gdesktopappinfo.c +++ b/gio/gdesktopappinfo.c @@ -52,8 +52,11 @@ * * #GDesktopAppInfo is an implementation of #GAppInfo based on * desktop files. - * - **/ + * + * Note that GDesktopAppInfo belongs to the UNIX-specific GIO interfaces, + * thus you have to use the gio-unix-2.0.pc pkg-config + * file when using it. + */ #define DEFAULT_APPLICATIONS_GROUP "Default Applications" #define ADDED_ASSOCIATIONS_GROUP "Added Associations" diff --git a/gio/gunixinputstream.c b/gio/gunixinputstream.c index 13f5906a..4ce9529c 100644 --- a/gio/gunixinputstream.c +++ b/gio/gunixinputstream.c @@ -49,7 +49,11 @@ * #GUnixInputStream implements #GInputStream for reading from a * UNIX file descriptor, including asynchronous operations. The file * descriptor must be selectable, so it doesn't work with opened files. - **/ + * + * Note that <gio/gunixinputstream.h> belongs + * to the UNIX-specific GIO interfaces, thus you have to use the + * gio-unix-2.0.pc pkg-config file when using it. + */ enum { PROP_0, diff --git a/gio/gunixmounts.c b/gio/gunixmounts.c index 87efce42..2a310290 100644 --- a/gio/gunixmounts.c +++ b/gio/gunixmounts.c @@ -63,7 +63,10 @@ static const char *_resolve_dev_root (void); * * Routines for managing mounted UNIX mount points and paths. * - **/ + * Note that <gio/gunixmounts.h> belongs to the + * UNIX-specific GIO interfaces, thus you have to use the + * gio-unix-2.0.pc pkg-config file when using it. + */ /* * GUnixMountType: diff --git a/gio/gunixoutputstream.c b/gio/gunixoutputstream.c index 83a85a8a..5bfba2c1 100644 --- a/gio/gunixoutputstream.c +++ b/gio/gunixoutputstream.c @@ -49,7 +49,11 @@ * #GUnixOutputStream implements #GOutputStream for writing to a * unix file descriptor, including asynchronous operations. The file * descriptor must be selectable, so it doesn't work with opened files. - **/ + * + * Note that <gio/gunixoutputstream.h> belongs + * to the UNIX-specific GIO interfaces, thus you have to use the + * gio-unix-2.0.pc pkg-config file when using it. + */ enum { PROP_0,