-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
404 additions
and
394 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -8621,10 +8621,12 @@ See also: %G_PARAM_STATIC_STRINGS</doc> | |
<doc xml:space="preserve">alias for %G_PARAM_READABLE | %G_PARAM_WRITABLE</doc> | ||
</member> | ||
<member name="construct" value="4" c:identifier="G_PARAM_CONSTRUCT"> | ||
<doc xml:space="preserve">the parameter will be set upon object construction</doc> | ||
<doc xml:space="preserve">the parameter will be set upon object construction. | ||
See [[email protected]] for more details</doc> | ||
</member> | ||
<member name="construct_only" value="8" c:identifier="G_PARAM_CONSTRUCT_ONLY"> | ||
<doc xml:space="preserve">the parameter can only be set upon object construction</doc> | ||
<doc xml:space="preserve">the parameter can only be set upon object construction. | ||
See [[email protected]] for more details</doc> | ||
</member> | ||
<member name="lax_validation" value="16" c:identifier="G_PARAM_LAX_VALIDATION"> | ||
<doc xml:space="preserve">upon parameter conversion (see g_param_value_convert()) | ||
|
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 |
---|---|---|
|
@@ -11868,7 +11868,7 @@ value of type %G_VARIANT_TYPE_HANDLE in the body of the message.</doc> | |
<doc xml:space="preserve">a #GDBusConnection</doc> | ||
<type name="DBusConnection" c:type="GDBusConnection*"/> | ||
</instance-parameter> | ||
<parameter name="out_fd_list" direction="out" caller-allocates="0" transfer-ownership="full" optional="1" allow-none="1"> | ||
<parameter name="out_fd_list" direction="out" caller-allocates="0" transfer-ownership="full" nullable="1" optional="1" allow-none="1"> | ||
<doc xml:space="preserve">return location for a #GUnixFDList or %NULL</doc> | ||
<type name="UnixFDList" c:type="GUnixFDList**"/> | ||
</parameter> | ||
|
@@ -11934,7 +11934,7 @@ This method is only available on UNIX.</doc> | |
<doc xml:space="preserve">a #GUnixFDList or %NULL</doc> | ||
<type name="UnixFDList" c:type="GUnixFDList*"/> | ||
</parameter> | ||
<parameter name="out_fd_list" direction="out" caller-allocates="0" transfer-ownership="full" optional="1" allow-none="1"> | ||
<parameter name="out_fd_list" direction="out" caller-allocates="0" transfer-ownership="full" nullable="1" optional="1" allow-none="1"> | ||
<doc xml:space="preserve">return location for a #GUnixFDList or %NULL</doc> | ||
<type name="UnixFDList" c:type="GUnixFDList**"/> | ||
</parameter> | ||
|
@@ -12441,7 +12441,12 @@ See this [server][gdbus-server] for an example of how to use this method.</doc> | |
</method> | ||
<method name="register_object_with_closures" c:identifier="g_dbus_connection_register_object_with_closures" shadows="register_object" version="2.46" throws="1"> | ||
<doc xml:space="preserve">Version of g_dbus_connection_register_object() using closures instead of a | ||
#GDBusInterfaceVTable for easier binding in other languages.</doc> | ||
#GDBusInterfaceVTable for easier binding in other languages. | ||
|
||
Note that the reference counting semantics of the function wrapped by | ||
@method_call_closure are the same as those of | ||
[[email protected]]: ownership of a reference to the | ||
[[email protected]] is transferred to the function.</doc> | ||
<return-value transfer-ownership="none"> | ||
<doc xml:space="preserve">0 if @error is set, otherwise a registration ID (never 0) | ||
that can be used with g_dbus_connection_unregister_object() .</doc> | ||
|
@@ -18693,7 +18698,7 @@ return values. Free with g_variant_unref().</doc> | |
<doc xml:space="preserve">A #GDBusProxy.</doc> | ||
<type name="DBusProxy" c:type="GDBusProxy*"/> | ||
</instance-parameter> | ||
<parameter name="out_fd_list" direction="out" caller-allocates="0" transfer-ownership="full" optional="1" allow-none="1"> | ||
<parameter name="out_fd_list" direction="out" caller-allocates="0" transfer-ownership="full" nullable="1" optional="1" allow-none="1"> | ||
<doc xml:space="preserve">Return location for a #GUnixFDList or %NULL.</doc> | ||
<type name="UnixFDList" c:type="GUnixFDList**"/> | ||
</parameter> | ||
|
@@ -18739,7 +18744,7 @@ return values. Free with g_variant_unref().</doc> | |
<doc xml:space="preserve">A #GUnixFDList or %NULL.</doc> | ||
<type name="UnixFDList" c:type="GUnixFDList*"/> | ||
</parameter> | ||
<parameter name="out_fd_list" direction="out" caller-allocates="0" transfer-ownership="full" optional="1" allow-none="1"> | ||
<parameter name="out_fd_list" direction="out" caller-allocates="0" transfer-ownership="full" nullable="1" optional="1" allow-none="1"> | ||
<doc xml:space="preserve">Return location for a #GUnixFDList or %NULL.</doc> | ||
<type name="UnixFDList" c:type="GUnixFDList**"/> | ||
</parameter> | ||
|
@@ -85681,7 +85686,7 @@ implementation. | |
|
||
The client should return a reference to the new file that has been | ||
created for @uri, or %NULL to continue with the default implementation.</doc> | ||
<return-value transfer-ownership="full"> | ||
<return-value transfer-ownership="full" nullable="1"> | ||
<doc xml:space="preserve">a #GFile for @identifier.</doc> | ||
<type name="File" c:type="GFile*"/> | ||
</return-value> | ||
|
@@ -85696,7 +85701,7 @@ created for @uri, or %NULL to continue with the default implementation.</doc> | |
<type name="utf8" c:type="const char*"/> | ||
</parameter> | ||
<parameter name="user_data" transfer-ownership="none" nullable="1" allow-none="1" closure="2"> | ||
<doc xml:space="preserve">user data passed to the function</doc> | ||
<doc xml:space="preserve">user data passed to the function, or %NULL</doc> | ||
<type name="gpointer" c:type="gpointer"/> | ||
</parameter> | ||
</parameters> | ||
|
Oops, something went wrong.