summaryrefslogtreecommitdiff
path: root/gir/gmodule-2.0.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2013-11-26 19:55:17 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2013-11-26 19:55:17 +0100
commit9112ec1e845015a17bba49fb1dd385a2c6e9efd7 (patch)
tree77f5959b06536a66d6790ade588243becb6632ee /gir/gmodule-2.0.c
parentff2e8dd92d43e11705fcd2b493737bb58c4f2daa (diff)
downloadgobject-introspection-9112ec1e845015a17bba49fb1dd385a2c6e9efd7.tar.gz
Update glib annotations from git master
Diffstat (limited to 'gir/gmodule-2.0.c')
-rw-r--r--gir/gmodule-2.0.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gir/gmodule-2.0.c b/gir/gmodule-2.0.c
index 0b40df3e..ccfbccaa 100644
--- a/gir/gmodule-2.0.c
+++ b/gir/gmodule-2.0.c
@@ -74,8 +74,8 @@
* G_MODULE_SUFFIX:
*
* Expands to the proper shared library suffix for the current platform
- * without the leading dot. For the most Unices and Linux this is "so",
- * for some HP-UX versions this is "sl" and for Windows this is "dll".
+ * without the leading dot. For most Unices and Linux this is "so", and
+ * for Windows this is "dll".
*/
@@ -87,7 +87,7 @@
* These functions provide a portable way to dynamically load object files
* (commonly known as 'plug-ins'). The current implementation supports all
* systems that provide an implementation of dlopen() (e.g. Linux/Sun), as
- * well as HP-UX via its shl_load() mechanism, and Windows platforms via DLLs.
+ * well as Windows platforms via DLLs.
*
* A program which wants to use these functions must be linked to the
* libraries output by the command