libguac  0.9.11-incubating
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 "stream-types.h"
34 #include "user-types.h"
35 
36 #include <stdarg.h>
37 
50 
67 typedef void guac_client_log_handler(guac_client* client,
68  guac_client_log_level level, const char* format, va_list args);
69 
81 
82 #endif
83 
Type definitions related to Guacamole protocol streams.
Type definitions related to Guacamole protocol objects.
Type definitions related to the Guacamole client structure, guac_client.
int guac_client_free_handler(guac_client *client)
Handler for freeing up any extra data allocated by the client implementation.
Definition: client-fntypes.h:49
Type definitions related to the Guacamole protocol.
Guacamole proxy client.
Definition: client.h:46
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:80
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:67
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 the guac_user object.