libguac 1.5.5
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
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
52
66
84 guac_client_log_level level, const char* format, va_list args);
85
97
98#endif
99
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
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
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
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
Type definitions related to the Guacamole client structure, guac_client.
guac_client_log_level
All supported log levels used by the logging subsystem of each Guacamole client.
Definition client-types.h:62
Type definitions related to Guacamole protocol objects.
Type definitions related to the Guacamole protocol.
Defines the guac_socket object and functions for using and manipulating it.
Type definitions related to Guacamole protocol streams.
Guacamole proxy client.
Definition client.h:48
Function type definitions related to the guac_user object.
Type definitions related to the guac_user object.