Skip to content

Commit

Permalink
Fix docs for dynamic launcher portal
Browse files Browse the repository at this point in the history
  • Loading branch information
mwleeds committed Mar 19, 2022
1 parent 6e9ab0b commit 2d74846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions data/org.freedesktop.portal.DynamicLauncher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@
PrepareInstall:
@parent_window: Identifier for the application window, see <link linkend="parent_window">Common Conventions</link>
@name: The default name for the launcher
@icon_v: A #GBytesIcon icon as returned by g_icon_serialize(). Must be
a png or jpeg no larger than 512x512, or an svg
@icon_v: A #GBytesIcon icon as returned by g_icon_serialize(). Must be a png or jpeg no larger than 512x512, or an svg
@options: Vardict with optional further information
@handle: Object path for the #org.freedesktop.portal.Request object representing this call
Expand Down Expand Up @@ -177,8 +176,7 @@
<!--
RequestInstallToken:
@name: The name that will be used in the desktop file
@icon_v: A #GBytesIcon icon as returned by g_icon_serialize(). Must be
a png or jpeg no larger than 512x512, or an svg
@icon_v: A #GBytesIcon icon as returned by g_icon_serialize(). Must be a png or jpeg no larger than 512x512, or an svg
@options: Vardict with optional further information
@token: the token to be used with the Install() method
Expand Down
1 change: 1 addition & 0 deletions doc/portal-docs.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<xi:include href="portal-org.freedesktop.portal.Camera.xml"/>
<xi:include href="portal-org.freedesktop.portal.Device.xml"/>
<xi:include href="portal-org.freedesktop.portal.Documents.xml"/>
<xi:include href="portal-org.freedesktop.portal.DynamicLauncher.xml"/>
<xi:include href="portal-org.freedesktop.portal.Email.xml"/>
<xi:include href="portal-org.freedesktop.portal.FileChooser.xml"/>
<xi:include href="portal-org.freedesktop.portal.FileTransfer.xml"/>
Expand Down

0 comments on commit 2d74846

Please sign in to comment.