summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2008-09-23 16:32:30 +0000
committerDan Winship <danw@src.gnome.org>2008-09-23 16:32:30 +0000
commitac68024ec1a476871111522e5ce48945b18ce9f7 (patch)
tree546479bcfc1fca6f53a496e9bee150419a713e50 /docs/reference
parentf911ead38229a065ba89bdf896fcfc7a53f74896 (diff)
Move this out of gmain.c and make it part of the public API. (Part of Bug
* glib/gpoll.c (g_poll): Move this out of gmain.c and make it part of the public API. (Part of Bug 505361 - gunixinputstream.c assumes poll() available.) svn path=/trunk/; revision=7535
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/glib/glib-sections.txt2
-rw-r--r--docs/reference/glib/tmpl/main.sgml11
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt
index d311664e5..8b3415aae 100644
--- a/docs/reference/glib/glib-sections.txt
+++ b/docs/reference/glib/glib-sections.txt
@@ -468,8 +468,10 @@ GChildWatchFunc
g_child_watch_source_new
g_child_watch_add
g_child_watch_add_full
+
<SUBSECTION>
GPollFD
+g_poll
<SUBSECTION>
GSource
diff --git a/docs/reference/glib/tmpl/main.sgml b/docs/reference/glib/tmpl/main.sgml
index 185202cfe..d711c0961 100644
--- a/docs/reference/glib/tmpl/main.sgml
+++ b/docs/reference/glib/tmpl/main.sgml
@@ -725,6 +725,17 @@ you would use %G_IO_IN | %G_IO_HUP | %G_IO_ERR, and for writing you would use
@events:
@revents:
+<!-- ##### FUNCTION g_poll ##### -->
+<para>
+
+</para>
+
+@fds:
+@nfds:
+@timeout:
+@Returns:
+
+
<!-- ##### STRUCT GSource ##### -->
<para>
The <structname>GSource</structname> struct is an opaque data type representing