diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-07-26 16:47:20 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-07-26 17:05:31 -0400 |
commit | 3fac01437e9f9e10c33492d00282ac40545f7b83 (patch) | |
tree | 74c8ed0da190693e7247f495beee1ffa176a3102 /docs/reference/glib | |
parent | 808cde540ae8634e833dd1a601f4cfb9b124c52b (diff) | |
download | glib-more-static-names.tar.gz |
Add g_source_set_static_name_by_idmore-static-names
After adding g_source_set_static_name, I realized that the
majority of GSources in the GTK sources still rely on
g_source_set_name_by_id, and open-coding this in a million
places is no fun.
Diffstat (limited to 'docs/reference/glib')
-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 8fdf065a1..8601148f1 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -918,6 +918,7 @@ g_source_get_name g_source_set_name g_source_set_static_name g_source_set_name_by_id +g_source_set_static_name_by_id g_source_get_context g_source_set_callback GSourceFunc |