summaryrefslogtreecommitdiff
path: root/gio/gunixconnection.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-05-08 23:28:17 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-05-08 23:28:17 -0400
commit7ca2e000546733446f737ec8fe425dd17218eada (patch)
treea2c1fd6da5ff7a8d3ee679df353fdc6a23259027 /gio/gunixconnection.c
parent6bea235c8b3bb79b508491985dd38c2074ee6843 (diff)
downloadglib-7ca2e000546733446f737ec8fe425dd17218eada.tar.gz
Doc improvements
Make sure all unix-specific apis are marked as such.
Diffstat (limited to 'gio/gunixconnection.c')
-rw-r--r--gio/gunixconnection.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/gio/gunixconnection.c b/gio/gunixconnection.c
index 92ad246f8..d56b3f873 100644
--- a/gio/gunixconnection.c
+++ b/gio/gunixconnection.c
@@ -19,14 +19,19 @@
/**
* SECTION: gunixconnection
* @title: GUnixConnection
- * @short_description: a Unix domain #GSocketConnection
+ * @short_description: A UNIX domain GSocketConnection
+ * @include: gio/gunixconnection.h
* @see_also: #GSocketConnection.
*
* This is the subclass of #GSocketConnection that is created
* for UNIX domain sockets.
*
- * It contains functions to do some of the unix socket specific
- * functionallity like passing file descriptors.
+ * It contains functions to do some of the UNIX socket specific
+ * functionality like passing file descriptors.
+ *
+ * Note that <filename>&lt;gio/gunixconnection.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.
*
* Since: 2.22
*/