Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 1, 2024
1 parent 494db6c commit d0445dc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Wayland-module.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ <h3 id="scan_xml">scan_xml</h3>
include_core_only : true,
)
</code></pre>
<p>This function accepts one or more arguments of either string or file type.</p>
<p>This function accepts one or more arguments of either string or file type, so
it can be used in conjunction with <code>find_protocol</code> or not.</p>
<p>It takes the following keyword arguments:</p>
<ul>
<li>
Expand Down
2 changes: 1 addition & 1 deletion assets/js/search/conjunction
Original file line number Diff line number Diff line change
@@ -1 +1 @@
urls_downloaded_cb({"token":"conjunction","urls":[{"url":"Commands.html#format","node_type":"p","page":"Command-line commands","sections":["Command-line commands","format"],"context":{"gi-language":["default"]}}]});
urls_downloaded_cb({"token":"conjunction","urls":[{"url":"Commands.html#format","node_type":"p","page":"Command-line commands","sections":["Command-line commands","format"],"context":{"gi-language":["default"]}},{"url":"Wayland-module.html#scan_xml","node_type":"p","page":"Unstable Wayland Module","sections":["Unstable Wayland Module","Methods","scan_xml"],"context":{"gi-language":["default"]}}]});
2 changes: 1 addition & 1 deletion assets/js/search/find_protocol
Original file line number Diff line number Diff line change
@@ -1 +1 @@
urls_downloaded_cb({"token":"find_protocol","urls":[{"url":"Wayland-module.html#find_protocol","node_type":"h3","page":"Unstable Wayland Module","sections":["Unstable Wayland Module","Methods","find_protocol"],"context":{"gi-language":["default"]}}]});
urls_downloaded_cb({"token":"find_protocol","urls":[{"url":"Wayland-module.html#find_protocol","node_type":"h3","page":"Unstable Wayland Module","sections":["Unstable Wayland Module","Methods","find_protocol"],"context":{"gi-language":["default"]}},{"url":"Wayland-module.html#scan_xml","node_type":"p","page":"Unstable Wayland Module","sections":["Unstable Wayland Module","Methods","scan_xml"],"context":{"gi-language":["default"]}}]});
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fragment_downloaded_cb({"url":"Wayland-module.html#scan_xml","fragment":"scan_xml\nThis function accepts one or more arguments of either string or file type.\nIt takes the following keyword arguments:\nReturns: a list of custom_tgt in the order source, client side header,\nserver side header. Generated header files have the name\n<name>-<client|server>-protocol.h.\n\n\npublic Optional arg that specifies the scope of the generated code.\nThe default is false.\n\nclient Optional arg that specifies if client side header file is\ngenerated. The default is true.\n\nserver Optional arg that specifies if server side header file is\ngenerated. The default is false.\n\ninclude_core_only Optional arg that specifies that generated headers only include\nwayland-<client|server>-core.h instead of wayland-<client|server>.h.\nThe default is true. Since 0.64.0\n\n\n"});
fragment_downloaded_cb({"url":"Wayland-module.html#scan_xml","fragment":"scan_xml\nThis function accepts one or more arguments of either string or file type, so\nit can be used in conjunction with find_protocol or not.\nIt takes the following keyword arguments:\nReturns: a list of custom_tgt in the order source, client side header,\nserver side header. Generated header files have the name\n<name>-<client|server>-protocol.h.\n\n\npublic Optional arg that specifies the scope of the generated code.\nThe default is false.\n\nclient Optional arg that specifies if client side header file is\ngenerated. The default is true.\n\nserver Optional arg that specifies if server side header file is\ngenerated. The default is false.\n\ninclude_core_only Optional arg that specifies that generated headers only include\nwayland-<client|server>-core.h instead of wayland-<client|server>.h.\nThe default is true. Since 0.64.0\n\n\n"});

0 comments on commit d0445dc

Please sign in to comment.