[vte/vte-0-62] Export vte_pty_spawn_finish again
- From: Simon McVittie <smcv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-0-62] Export vte_pty_spawn_finish again
- Date: Thu, 3 Sep 2020 11:47:49 +0000 (UTC)
commit 8b1bf5550eaf43197e3424625a7667065cfccb81
Author: Simon McVittie <smcv debian org>
Date: Thu Sep 3 09:13:05 2020 +0000
Export vte_pty_spawn_finish again
This was accidentally unexported in af649664, breaking the ABI.
Signed-off-by: Simon McVittie <smcv debian org>
Resolves: https://gitlab.gnome.org/GNOME/vte/-/issues/278
(cherry picked from commit c25ca2d0487249a8b64dfdcda4e7d88179dea75a)
src/vte/vtepty.h | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/vte/vtepty.h b/src/vte/vtepty.h
index 875119b7..5d1fb38f 100644
--- a/src/vte/vtepty.h
+++ b/src/vte/vtepty.h
@@ -127,6 +127,7 @@ void vte_pty_spawn_with_fds_async(VtePty *pty,
GAsyncReadyCallback callback,
gpointer user_data) _VTE_CXX_NOEXCEPT _VTE_GNUC_NONNULL(1)
_VTE_GNUC_NONNULL(3);
+_VTE_PUBLIC
gboolean vte_pty_spawn_finish(VtePty *pty,
GAsyncResult *result,
GPid *child_pid /* out */,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]