diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-03-11 00:17:53 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-03-11 00:31:44 -0500 |
commit | 7c18911c0082b5b189f3bbed4e7261f172e6130c (patch) | |
tree | b7e2aa64f806dcfc4152f40d83403c8a0c6cfb85 /docs/reference | |
parent | 890cd45ce49708750555c36979d909901c4bcab7 (diff) | |
download | gtk+-7c18911c0082b5b189f3bbed4e7261f172e6130c.tar.gz |
GtkSnapshot: Add getters
These getters can be useful when creating new snapshots
in a snapshot() vfunc.
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/gtk/gtk4-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index fb8707a246..64f11cb4c3 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -4171,6 +4171,8 @@ gtk_snapshot_ref gtk_snapshot_unref gtk_snapshot_to_node gtk_snapshot_free_to_node +gtk_snapshot_get_renderer +gtk_snapshot_get_record_names gtk_snapshot_push gtk_snapshot_push_transform gtk_snapshot_push_opacity |