diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2016-06-16 18:28:14 -0400 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2016-06-29 15:16:52 +0100 |
commit | 7ea4949cdac8f7a4636f92e9e9efceec90ff09e6 (patch) | |
tree | 47e0e071921389206fe6074639528c43397ae4c6 /docs | |
parent | 8c6d08ab1b8ec57b81d77d44820f40625009b2cc (diff) | |
download | glib-7ea4949cdac8f7a4636f92e9e9efceec90ff09e6.tar.gz |
gmain: Add G_PID_FORMAT
This will be useful for printing out GPids in printf()-style functions.
https://bugzilla.gnome.org/show_bug.cgi?id=767765
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/glib/glib-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index dae86a6c9..398ca95c9 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -571,6 +571,7 @@ g_idle_remove_by_data <SUBSECTION> GPid +G_PID_FORMAT GChildWatchFunc g_child_watch_source_new g_child_watch_add |