From 670a1321e296b1b24e6030f4f36c9e3c5e8a6784 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 27 Jun 2018 11:04:15 +0200 Subject: initial draft of the RDA shared library --- src/rda_x2go.h | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 src/rda_x2go.h (limited to 'src/rda_x2go.h') diff --git a/src/rda_x2go.h b/src/rda_x2go.h new file mode 100644 index 0000000..ceeb9d4 --- /dev/null +++ b/src/rda_x2go.h @@ -0,0 +1,41 @@ +/* -*- Mode: C; c-set-style: linux indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ + +/* rda_x2go.c - Remote Desktop Awareness for X2Go Sessions + + Copyright (C) 2018 Mike Gabriel + All rights reserved. + + The RDA Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + The RDA Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with the Mate Library; see the file COPYING.LIB. If not, + write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301, USA. + */ + +#ifndef RDA_X2GO_H +#define RDA_X2GO_H + +#include +#include + +#include + +gboolean +rda_session_is_x2go (void); + +gboolean +rda_session_suspend_x2go(void); + +gboolean +rda_session_terminate_x2go(void); + +#endif /* RDA_X2GO_H */ -- cgit v1.2.3