Do a round of "the the" removal.
* 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
*
* `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
*
* `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.
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 ();
* @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
* 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;
* 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:
*
* 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
* 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.
*