Close some gaps in gdk docs.
<xi:include href="xml/textures.xml" />
<xi:include href="xml/rgba_colors.xml" />
<xi:include href="xml/cursors.xml" />
- <xi:include href="xml/windows.xml" />
+ <xi:include href="xml/gdksurface.xml" />
<xi:include href="xml/gdkframeclock.xml" />
<xi:include href="xml/gdkframetimings.xml" />
<xi:include href="xml/gdkdrawcontext.xml" />
</SECTION>
<SECTION>
-<TITLE>Windows</TITLE>
-<FILE>windows</FILE>
+<TITLE>GdkSurface</TITLE>
+<FILE>gdksurface</FILE>
GdkSurface
GdkSurfaceType
GdkSurfaceClass
gdk_event_get_crossing_mode
gdk_event_get_drag_context
gdk_event_get_focus_in
-gdk_event_get_grab_window
+gdk_event_get_grab_surface
gdk_event_get_motion_history
gdk_event_get_key_group
gdk_event_get_key_is_modifier
gdk_draw_context_get_surface
gdk_draw_context_begin_frame
gdk_draw_context_end_frame
-gdk_draw_context_in_frame
+gdk_draw_context_is_in_frame
gdk_draw_context_get_frame_region
<SUBSECTION Standard>
**/
gboolean
gdk_event_get_grab_surface (const GdkEvent *event,
- GdkSurface **surface)
+ GdkSurface **surface)
{
if (!event)
return FALSE;
*
* It describes formats by listing the contents of the memory passed to it.
* So GDK_MEMORY_A8R8G8B8 will be 1 byte (8 bits) of alpha, followed by a
- * byte each of red, green and blue. It is not endian-dependant, so
+ * byte each of red, green and blue. It is not endian-dependent, so
* CAIRO_FORMAT_ARGB32 is represented by different #GdkMemoryFormats on
* architectures with different endiannesses.
*
/**
- * SECTION:surfaces
+ * SECTION:gdksurface
* @Short_description: Onscreen display areas in the target window system
* @Title: Surfaces
*
/**
* gdk_wayland_display_query_registry:
* @display: a wayland #GdkDisplay
- * @interface: global interface to query in the registry
+ * @global: global interface to query in the registry
*
* Returns %TRUE if the the interface was found in the display
* wl_registry.global handler.
*
* Returns: %TRUE if the global is offered by the compositor
- *
- * Since: 3.94
**/
gboolean
gdk_wayland_display_query_registry (GdkDisplay *display,