Skip to content

Commit

Permalink
remote: Add finish-func annotation
Browse files Browse the repository at this point in the history
Otherwise gobject-introspection won't find a matching finish function.
  • Loading branch information
GeorgesStavracas committed Sep 3, 2024
1 parent e45d47c commit 1b59482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libportal/remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ xdp_portal_create_remote_desktop_session (XdpPortal *portal,
}

/**
* xdp_portal_create_remote_desktop_session_full:
* xdp_portal_create_remote_desktop_session_full: (finish-func xdp_portal_create_remote_desktop_session_finish)
* @portal: a [class@Portal]
* @devices: which kinds of input devices to ofer in the new dialog
* @outputs: which kinds of source to offer in the dialog
Expand Down

0 comments on commit 1b59482

Please sign in to comment.