-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #182 from gircore/linux-update-gir-files
- Loading branch information
Showing
8 changed files
with
1,404 additions
and
1,388 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -744,7 +744,7 @@ surfaces with [[email protected]_handle] and | |
version="4.12"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2660">Destroy a handle that was obtained with gdk_wayland_toplevel_export_handle(). | ||
line="2662">Destroy a handle that was obtained with gdk_wayland_toplevel_export_handle(). | ||
|
||
Note that this API depends on an unstable Wayland protocol, | ||
and thus may require changes in the future.</doc> | ||
|
@@ -757,13 +757,13 @@ and thus may require changes in the future.</doc> | |
<instance-parameter name="toplevel" transfer-ownership="none"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2662">the `GdkToplevel` that was exported</doc> | ||
line="2664">the `GdkToplevel` that was exported</doc> | ||
<type name="WaylandToplevel" c:type="GdkToplevel*"/> | ||
</instance-parameter> | ||
<parameter name="handle" transfer-ownership="none"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2663">the handle to drop</doc> | ||
line="2665">the handle to drop</doc> | ||
<type name="utf8" c:type="const char*"/> | ||
</parameter> | ||
</parameters> | ||
|
@@ -772,7 +772,7 @@ and thus may require changes in the future.</doc> | |
c:identifier="gdk_wayland_toplevel_export_handle"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2566">Asynchronously obtains a handle for a surface that can be passed | ||
line="2568">Asynchronously obtains a handle for a surface that can be passed | ||
to other processes. | ||
|
||
When the handle has been obtained, @callback will be called. | ||
|
@@ -800,15 +800,15 @@ and thus may require changes in the future.</doc> | |
<return-value transfer-ownership="none"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2597">%TRUE if the handle has been requested, %FALSE if | ||
line="2599">%TRUE if the handle has been requested, %FALSE if | ||
an error occurred.</doc> | ||
<type name="gboolean" c:type="gboolean"/> | ||
</return-value> | ||
<parameters> | ||
<instance-parameter name="toplevel" transfer-ownership="none"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2568">the `GdkToplevel` to obtain a handle for</doc> | ||
line="2570">the `GdkToplevel` to obtain a handle for</doc> | ||
<type name="WaylandToplevel" c:type="GdkToplevel*"/> | ||
</instance-parameter> | ||
<parameter name="callback" | ||
|
@@ -818,7 +818,7 @@ and thus may require changes in the future.</doc> | |
destroy="2"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2569">callback to call with the handle</doc> | ||
line="2571">callback to call with the handle</doc> | ||
<type name="WaylandToplevelExported" | ||
c:type="GdkWaylandToplevelExported"/> | ||
</parameter> | ||
|
@@ -828,15 +828,15 @@ and thus may require changes in the future.</doc> | |
allow-none="1"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2570">user data for @callback</doc> | ||
line="2572">user data for @callback</doc> | ||
<type name="gpointer" c:type="gpointer"/> | ||
</parameter> | ||
<parameter name="destroy_func" | ||
transfer-ownership="none" | ||
scope="async"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2571">destroy notify for @user_data</doc> | ||
line="2573">destroy notify for @user_data</doc> | ||
<type name="GLib.DestroyNotify" c:type="GDestroyNotify"/> | ||
</parameter> | ||
</parameters> | ||
|
@@ -845,7 +845,7 @@ and thus may require changes in the future.</doc> | |
c:identifier="gdk_wayland_toplevel_set_application_id"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2440">Sets the application id on a `GdkToplevel`.</doc> | ||
line="2442">Sets the application id on a `GdkToplevel`.</doc> | ||
<source-position filename="gdk/wayland/gdkwaylandtoplevel.h" | ||
line="67"/> | ||
<return-value transfer-ownership="none"> | ||
|
@@ -855,13 +855,13 @@ and thus may require changes in the future.</doc> | |
<instance-parameter name="toplevel" transfer-ownership="none"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2442">a `GdkToplevel`</doc> | ||
line="2444">a `GdkToplevel`</doc> | ||
<type name="WaylandToplevel" c:type="GdkToplevel*"/> | ||
</instance-parameter> | ||
<parameter name="application_id" transfer-ownership="none"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2443">the application id for the @toplevel</doc> | ||
line="2445">the application id for the @toplevel</doc> | ||
<type name="utf8" c:type="const char*"/> | ||
</parameter> | ||
</parameters> | ||
|
@@ -870,7 +870,7 @@ and thus may require changes in the future.</doc> | |
c:identifier="gdk_wayland_toplevel_set_transient_for_exported"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2708">Marks @toplevel as transient for the surface to which the given | ||
line="2710">Marks @toplevel as transient for the surface to which the given | ||
@parent_handle_str refers. | ||
|
||
Typically, the handle will originate from a | ||
|
@@ -883,21 +883,21 @@ and thus may require changes in the future.</doc> | |
<return-value transfer-ownership="none"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2722">%TRUE if the surface has been marked as transient, | ||
line="2724">%TRUE if the surface has been marked as transient, | ||
%FALSE if an error occurred.</doc> | ||
<type name="gboolean" c:type="gboolean"/> | ||
</return-value> | ||
<parameters> | ||
<instance-parameter name="toplevel" transfer-ownership="none"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2710">the `GdkToplevel` to make as transient</doc> | ||
line="2712">the `GdkToplevel` to make as transient</doc> | ||
<type name="WaylandToplevel" c:type="GdkToplevel*"/> | ||
</instance-parameter> | ||
<parameter name="parent_handle_str" transfer-ownership="none"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2711">an exported handle for a surface</doc> | ||
line="2713">an exported handle for a surface</doc> | ||
<type name="utf8" c:type="const char*"/> | ||
</parameter> | ||
</parameters> | ||
|
@@ -908,7 +908,7 @@ and thus may require changes in the future.</doc> | |
deprecated-version="4.12"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2620">Destroys the handle that was obtained with | ||
line="2622">Destroys the handle that was obtained with | ||
gdk_wayland_toplevel_export_handle(). | ||
|
||
It is an error to call this function on a surface that | ||
|
@@ -931,7 +931,7 @@ and thus may require changes in the future.</doc> | |
<instance-parameter name="toplevel" transfer-ownership="none"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2622">the `GdkToplevel` to unexport</doc> | ||
line="2624">the `GdkToplevel` to unexport</doc> | ||
<type name="WaylandToplevel" c:type="GdkToplevel*"/> | ||
</instance-parameter> | ||
</parameters> | ||
|
@@ -941,7 +941,7 @@ and thus may require changes in the future.</doc> | |
c:type="GdkWaylandToplevelExported"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2526">Callback that gets called when the handle for a surface has been | ||
line="2528">Callback that gets called when the handle for a surface has been | ||
obtained from the Wayland compositor. | ||
|
||
This callback is used in [[email protected]_handle]. | ||
|
@@ -956,13 +956,13 @@ marking surfaces as transient for out-of-process surfaces.</doc> | |
<parameter name="toplevel" transfer-ownership="none"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2528">the `GdkToplevel` that is exported</doc> | ||
line="2530">the `GdkToplevel` that is exported</doc> | ||
<type name="WaylandToplevel" c:type="GdkToplevel*"/> | ||
</parameter> | ||
<parameter name="handle" transfer-ownership="none"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2529">the handle</doc> | ||
line="2531">the handle</doc> | ||
<type name="utf8" c:type="const char*"/> | ||
</parameter> | ||
<parameter name="user_data" | ||
|
@@ -972,7 +972,7 @@ marking surfaces as transient for out-of-process surfaces.</doc> | |
closure="2"> | ||
<doc xml:space="preserve" | ||
filename="gdk/wayland/gdktoplevel-wayland.c" | ||
line="2530">user data that was passed to [[email protected]_handle]</doc> | ||
line="2532">user data that was passed to [[email protected]_handle]</doc> | ||
<type name="gpointer" c:type="gpointer"/> | ||
</parameter> | ||
</parameters> | ||
|
Oops, something went wrong.