mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-24 12:41:16 +00:00
docs: Cosmetics
Do a round of "the the" removal.
This commit is contained in:
parent
5f3062aff0
commit
bddf9f9ca3
@ -330,7 +330,7 @@ gdk_device_class_init (GdkDeviceClass *klass)
|
||||
* GdkDevice::changed:
|
||||
* @device: the `GdkDevice`
|
||||
*
|
||||
* Emitted either when the the number of either axes or keys changes.
|
||||
* Emitted either when the number of either axes or keys changes.
|
||||
*
|
||||
* On X11 this will normally happen when the physical device
|
||||
* routing events through the logical device changes (for
|
||||
|
@ -26,7 +26,7 @@
|
||||
*
|
||||
* `GdkGLContext`s are created for a surface using
|
||||
* [method@Gdk.Surface.create_gl_context], and the context will match
|
||||
* the the characteristics of the surface.
|
||||
* the characteristics of the surface.
|
||||
*
|
||||
* A `GdkGLContext` is not tied to any particular normal framebuffer.
|
||||
* For instance, it cannot draw to the surface back buffer. The GDK
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
* `GdkVulkanContext`s are created for a surface using
|
||||
* [method@Gdk.Surface.create_vulkan_context], and the context will match
|
||||
* the the characteristics of the surface.
|
||||
* the characteristics of the surface.
|
||||
*
|
||||
* Support for `GdkVulkanContext` is platform-specific and context creation
|
||||
* can fail, returning %NULL context.
|
||||
|
@ -1076,7 +1076,7 @@ _gdk_macos_event_source_new (GdkMacosDisplay *display)
|
||||
event_source = (GdkMacosEventSource *)source;
|
||||
event_source->display = g_object_ref (GDK_DISPLAY (display));
|
||||
|
||||
/* Hook into the the CFRunLoop for the main thread */
|
||||
/* Hook into the CFRunLoop for the main thread */
|
||||
|
||||
main_thread_run_loop = CFRunLoopGetCurrent ();
|
||||
|
||||
|
@ -2624,7 +2624,7 @@ gdk_wayland_display_get_output_scale (GdkWaylandDisplay *display_wayland,
|
||||
* @display: (type GdkWaylandDisplay): a `GdkDisplay`
|
||||
* @global: global interface to query in the registry
|
||||
*
|
||||
* Returns %TRUE if the the interface was found in the display
|
||||
* Returns %TRUE if the interface was found in the display
|
||||
* `wl_registry.global` handler.
|
||||
*
|
||||
* Returns: %TRUE if the global is offered by the compositor
|
||||
|
@ -149,7 +149,7 @@ struct _GdkW32DragMoveResizeContext
|
||||
* that is being dragged. It indicates the shape the dragged window
|
||||
* will take if released at a particular point.
|
||||
* Indicator window size always matches the target indicator shape,
|
||||
* the the actual indicator drawn on it might not, depending on
|
||||
* the actual indicator drawn on it might not, depending on
|
||||
* how much time elapsed since the animation started.
|
||||
*/
|
||||
HWND shape_indicator;
|
||||
|
@ -96,7 +96,7 @@
|
||||
* uniform sampler2D u_texture2;
|
||||
* ```
|
||||
*
|
||||
* GTK uses the the "gsk" namespace in the symbols it uses in the
|
||||
* GTK uses the "gsk" namespace in the symbols it uses in the
|
||||
* shader, so your code should not use any symbols with the prefix gsk
|
||||
* or GSK. There are some helper functions declared that you can use:
|
||||
*
|
||||
|
@ -1649,7 +1649,7 @@ gtk_recent_info_get_mime_type (GtkRecentInfo *info)
|
||||
* gtk_recent_info_get_added:
|
||||
* @info: a `GtkRecentInfo`
|
||||
*
|
||||
* Gets the the time when the resource
|
||||
* Gets the time when the resource
|
||||
* was added to the recently used resources list.
|
||||
*
|
||||
* Returns: (transfer none): a `GDateTime` for the time
|
||||
|
@ -51,7 +51,7 @@
|
||||
* It functions in a similar way to a cairo context, and maintains a stack
|
||||
* of render nodes and their associated transformations.
|
||||
*
|
||||
* The node at the top of the stack is the the one that gtk_snapshot_append_…
|
||||
* The node at the top of the stack is the one that gtk_snapshot_append_…
|
||||
* functions operate on. Use the gtk_snapshot_push_… functions and
|
||||
* gtk_snapshot_pop() to change the current node.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user