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 f6e5243..499fb17 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 db907d3..b2b61ee 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 13f5906..4ce9529 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 87efce4..2a31029 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 83a85a8..5bfba2c 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,