Global settings for GSA.
More...
#include <glib.h>
Go to the source code of this file.
◆ get_guest_password()
const gchar* get_guest_password |
( |
| ) |
|
◆ get_guest_username()
const gchar* get_guest_username |
( |
| ) |
|
◆ get_http_content_security_policy()
const gchar* get_http_content_security_policy |
( |
| ) |
|
◆ get_http_cors_origin()
const gchar* get_http_cors_origin |
( |
| ) |
|
◆ get_http_guest_chart_content_security_policy()
const gchar* get_http_guest_chart_content_security_policy |
( |
| ) |
|
◆ get_http_guest_chart_x_frame_options()
const gchar* get_http_guest_chart_x_frame_options |
( |
| ) |
|
◆ get_http_strict_transport_security()
const gchar* get_http_strict_transport_security |
( |
| ) |
|
◆ get_http_x_frame_options()
const gchar* get_http_x_frame_options |
( |
| ) |
|
◆ get_ignore_http_x_real_ip()
gboolean get_ignore_http_x_real_ip |
( |
| ) |
|
◆ get_per_ip_connection_limit()
int get_per_ip_connection_limit |
( |
| ) |
|
◆ get_session_timeout()
int get_session_timeout |
( |
| ) |
|
◆ is_ignore_http_x_real_ip()
gboolean is_ignore_http_x_real_ip |
( |
| ) |
|
◆ is_unix_socket()
gboolean is_unix_socket |
( |
| ) |
|
◆ is_use_secure_cookie()
gboolean is_use_secure_cookie |
( |
| ) |
|
◆ label_name_set()
int label_name_set |
( |
const gchar * |
| ) |
|
◆ set_guest_password()
void set_guest_password |
( |
const gchar * |
password | ) |
|
◆ set_guest_username()
void set_guest_username |
( |
const gchar * |
username | ) |
|
◆ set_http_content_security_policy()
void set_http_content_security_policy |
( |
const gchar * |
policy | ) |
|
◆ set_http_cors_origin()
void set_http_cors_origin |
( |
const gchar * |
origin | ) |
|
◆ set_http_guest_chart_content_security_policy()
void set_http_guest_chart_content_security_policy |
( |
const gchar * |
policy | ) |
|
◆ set_http_guest_chart_x_frame_options()
void set_http_guest_chart_x_frame_options |
( |
const gchar * |
options | ) |
|
◆ set_http_strict_transport_security()
void set_http_strict_transport_security |
( |
const gchar * |
policy | ) |
|
◆ set_http_x_frame_options()
void set_http_x_frame_options |
( |
const gchar * |
options | ) |
|
◆ set_ignore_http_x_real_ip()
void set_ignore_http_x_real_ip |
( |
gboolean |
ignore | ) |
|
◆ set_per_ip_connection_limit()
void set_per_ip_connection_limit |
( |
int |
limit | ) |
|
◆ set_session_timeout()
void set_session_timeout |
( |
int |
timeout | ) |
|
◆ set_unix_socket()
void set_unix_socket |
( |
int |
socket | ) |
|
◆ set_use_secure_cookie()
void set_use_secure_cookie |
( |
int |
use | ) |
|
◆ vendor_version_get()
const gchar* vendor_version_get |
( |
| ) |
|
Get the vendor version.
- Returns
- Vendor version.
◆ vendor_version_set()
void vendor_version_set |
( |
const gchar * |
version | ) |
|
Set the vendor version.
- Parameters
-
[in] | version | Vendor version. |