Add notes about being UNIX-specific

svn path=/trunk/; revision=7756
This commit is contained in:
Matthias Clasen
2008-12-31 07:47:19 +00:00
parent 0f6b25ca96
commit 782fe440ef
5 changed files with 26 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
2008-12-31 Matthias Clasen <mclasen@redhat.com>
* gdesktopappinfo.c:
* gunixmounts.c:
* gunixinputstream.c:
* gunixoutputstream.c: Add a note about being UNIX-specific.
2008-12-15 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.3 ===

View File

@@ -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 <filename>gio-unix-2.0.pc</filename> pkg-config
* file when using it.
*/
#define DEFAULT_APPLICATIONS_GROUP "Default Applications"
#define ADDED_ASSOCIATIONS_GROUP "Added Associations"

View File

@@ -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 <filename>&lt;gio/gunixinputstream.h&gt;</filename> belongs
* to the UNIX-specific GIO interfaces, thus you have to use the
* <filename>gio-unix-2.0.pc</filename> pkg-config file when using it.
*/
enum {
PROP_0,

View File

@@ -63,7 +63,10 @@ static const char *_resolve_dev_root (void);
*
* Routines for managing mounted UNIX mount points and paths.
*
**/
* Note that <filename>&lt;gio/gunixmounts.h&gt;</filename> belongs to the
* UNIX-specific GIO interfaces, thus you have to use the
* <filename>gio-unix-2.0.pc</filename> pkg-config file when using it.
*/
/*
* GUnixMountType:

View File

@@ -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 <filename>&lt;gio/gunixoutputstream.h&gt;</filename> belongs
* to the UNIX-specific GIO interfaces, thus you have to use the
* <filename>gio-unix-2.0.pc</filename> pkg-config file when using it.
*/
enum {
PROP_0,