Add notes about being UNIX-specific
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 31 Dec 2008 07:47:19 +0000 (07:47 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 31 Dec 2008 07:47:19 +0000 (07:47 +0000)
svn path=/trunk/; revision=7756

gio/ChangeLog
gio/gdesktopappinfo.c
gio/gunixinputstream.c
gio/gunixmounts.c
gio/gunixoutputstream.c

index f6e5243a83c3c21a0881d8b473ffc8810ca87b6e..499fb17b204208f6b92803d18513b34a59f23078 100644 (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 ===
index db907d392a8b92523d734a9a03b623ce873690f2..b2b61ee82802318b078e2294210a60f2402631d3 100644 (file)
  * 
  * #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" 
index 13f5906ab9d40a4e6bb6c17af9e744eba85d8b8d..4ce9529cd45f40fa505cd58f47eba6ffe84752c3 100644 (file)
  * #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,
index 87efce425f04bc61e18dfd78a54c0e4657448e7d..2a310290ddf5c5b6b99cc2a867505d0d28d5362e 100644 (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:
index 83a85a8a2b311f6ff410f6c919b1daa82331106e..5bfba2c15104a39030cb2500ad8500a9933d039d 100644 (file)
  * #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,