diff options
| author | Philip Withnall <withnall@endlessm.com> | 2019-12-16 13:56:31 +0000 |
|---|---|---|
| committer | Philip Withnall <withnall@endlessm.com> | 2019-12-16 13:57:28 +0000 |
| commit | eda096243bd05ff5827a9feee3f320c5ad2ac0d0 (patch) | |
| tree | d3125d1589fbb4a241008d47555323fdcd4d875c /docs/reference/glib/glib-sections.txt | |
| parent | 467b4d6789b60bc140f69b65291f4af8ed440980 (diff) | |
| download | glib-eda096243bd05ff5827a9feee3f320c5ad2ac0d0.tar.gz | |
docs: Add g_source_set_dispose_function() to documentation
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'docs/reference/glib/glib-sections.txt')
| -rw-r--r-- | docs/reference/glib/glib-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index a860c2b58..dd5f923f3 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -823,11 +823,13 @@ G_POLLFD_FORMAT GSource GSourceDummyMarshal GSourceFuncs +GSourceDisposeFunc GSourceCallbackFuncs g_source_new g_source_ref g_source_unref g_source_set_funcs +g_source_set_dispose_function g_source_attach g_source_destroy g_source_is_destroyed |
