diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-03-31 21:33:03 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-04-18 07:04:44 -0400 |
commit | 117c0c0aea19b97aa93e8774fd72072fe8888343 (patch) | |
tree | 13bdc7a63a947d7457438b35405df966673bbf62 /docs | |
parent | 07f124e92dfbe384e0ca2163cc71db0386bf55f2 (diff) | |
download | gtk+-117c0c0aea19b97aa93e8774fd72072fe8888343.tar.gz |
Add gdk_pango_context_get_for_display
This is the obvious 1 line equivalent of the for_screen function.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gdk/gdk3-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gdk/gdk3-sections.txt b/docs/reference/gdk/gdk3-sections.txt index 786a5ad13d..64c61b3915 100644 --- a/docs/reference/gdk/gdk3-sections.txt +++ b/docs/reference/gdk/gdk3-sections.txt @@ -607,6 +607,7 @@ gdk_pango_layout_get_clip_region gdk_pango_layout_line_get_clip_region gdk_pango_context_get gdk_pango_context_get_for_screen +gdk_pango_context_get_for_display </SECTION> <SECTION> |