libguac
1.6.0
Toggle main menu visibility
Loading...
Searching...
No Matches
client-fntypes.h
Go to the documentation of this file.
1
/*
2
* Licensed to the Apache Software Foundation (ASF) under one
3
* or more contributor license agreements. See the NOTICE file
4
* distributed with this work for additional information
5
* regarding copyright ownership. The ASF licenses this file
6
* to you under the Apache License, Version 2.0 (the
7
* "License"); you may not use this file except in compliance
8
* with the License. You may obtain a copy of the License at
9
*
10
* http://www.apache.org/licenses/LICENSE-2.0
11
*
12
* Unless required by applicable law or agreed to in writing,
13
* software distributed under the License is distributed on an
14
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
* KIND, either express or implied. See the License for the
16
* specific language governing permissions and limitations
17
* under the License.
18
*/
19
20
#ifndef _GUAC_CLIENT_FNTYPES_H
21
#define _GUAC_CLIENT_FNTYPES_H
22
29
30
#include "
client-types.h
"
31
#include "
object-types.h
"
32
#include "
protocol-types.h
"
33
#include "
socket.h
"
34
#include "
stream-types.h
"
35
#include "
user-fntypes.h
"
36
#include "
user-types.h
"
37
38
#include <stdarg.h>
39
51
typedef
int
guac_client_free_handler
(
guac_client
* client);
52
65
typedef
int
guac_client_join_pending_handler
(
guac_client
* client);
66
83
typedef
void
guac_client_log_handler
(
guac_client
* client,
84
guac_client_log_level
level,
const
char
* format, va_list args);
85
96
typedef
int
guac_client_init_handler
(
guac_client
* client);
97
98
#endif
99
guac_client_log_handler
void guac_client_log_handler(guac_client *client, guac_client_log_level level, const char *format, va_list args)
Handler for logging messages related to a given guac_client instance.
Definition
client-fntypes.h:83
guac_client_free_handler
int guac_client_free_handler(guac_client *client)
Handler for freeing up any extra data allocated by the client implementation.
Definition
client-fntypes.h:51
guac_client_init_handler
int guac_client_init_handler(guac_client *client)
The entry point of a client plugin which must initialize the given guac_client.
Definition
client-fntypes.h:96
guac_client_join_pending_handler
int guac_client_join_pending_handler(guac_client *client)
Handler that will run before immediately before pending users are promoted to full users.
Definition
client-fntypes.h:65
client-types.h
Type definitions related to the Guacamole client structure, guac_client.
guac_client_log_level
guac_client_log_level
All supported log levels used by the logging subsystem of each Guacamole client.
Definition
client-types.h:62
object-types.h
Type definitions related to Guacamole protocol objects.
protocol-types.h
Type definitions related to the Guacamole protocol.
socket.h
Defines the guac_socket object and functions for using and manipulating it.
stream-types.h
Type definitions related to Guacamole protocol streams.
guac_client
Guacamole proxy client.
Definition
client.h:48
user-fntypes.h
Function type definitions related to the guac_user object.
user-types.h
Type definitions related to the guac_user object.
guacamole
client-fntypes.h
Generated by
1.17.0