mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
Merge branch 'doc-fixes' into 'main'
Docs: Misc Fixes See merge request GNOME/gtk!6615
This commit is contained in:
commit
fd12707162
@ -49,12 +49,12 @@
|
||||
* @GSK_BLUR_NODE: A node that applies a blur
|
||||
* @GSK_DEBUG_NODE: Debug information that does not affect the rendering
|
||||
* @GSK_GL_SHADER_NODE: A node that uses OpenGL fragment shaders to render
|
||||
* @GSK_TEXTURE_SCALE_NODE: A node drawing a `GdkTexture` scaled and filtered (Since: 4.10)
|
||||
* @GSK_MASK_NODE: A node that masks one child with another (Since: 4.10)
|
||||
* @GSK_FILL_NODE: A node that fills a path
|
||||
* @GSK_STROKE_NODE: A node that strokes a path
|
||||
* @GSK_SUBSURFACE_NODE: A node possibly redirects part of the scene graph to a subsurface (Since: 4.14)
|
||||
|
||||
* @GSK_TEXTURE_SCALE_NODE: A node drawing a `GdkTexture` scaled and filtered. Since: 4.10
|
||||
* @GSK_MASK_NODE: A node that masks one child with another. Since: 4.10
|
||||
* @GSK_FILL_NODE: A node that fills a path. Since: 4.14
|
||||
* @GSK_STROKE_NODE: A node that strokes a path. Since: 4.14
|
||||
* @GSK_SUBSURFACE_NODE: A node possibly redirects part of the scene graph to a subsurface. Since: 4.14
|
||||
*
|
||||
* The type of a node determines what the node is rendering.
|
||||
*/
|
||||
typedef enum {
|
||||
|
@ -490,7 +490,7 @@ gtk_style_context_set_scale (GtkStyleContext *context,
|
||||
*
|
||||
* Returns: the scale
|
||||
*
|
||||
* Deprecated 4.10: Use [method@Gtk.Widget.get_scale_factor] instead
|
||||
* Deprecated: 4.10: Use [method@Gtk.Widget.get_scale_factor] instead
|
||||
**/
|
||||
int
|
||||
gtk_style_context_get_scale (GtkStyleContext *context)
|
||||
|
@ -53,6 +53,7 @@ G_BEGIN_DECLS
|
||||
* @GTK_DEBUG_BUILDER_OBJECTS: Log unused GtkBuilder objects
|
||||
* @GTK_DEBUG_A11Y: Information about accessibility state changes
|
||||
* @GTK_DEBUG_ICONFALLBACK: Information about icon fallback. Since: 4.2
|
||||
* @GTK_DEBUG_INVERT_TEXT_DIR: Inverts the default text-direction. Since: 4.8
|
||||
*
|
||||
* Flags to use with gtk_set_debug_flags().
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user