Remmina - The GTK+ Remote Desktop Client  v1.4.33
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
remmina_stats.h File Reference

Go to the source code of this file.

Functions

G_BEGIN_DECLS JsonNode * remmina_stats_get_all (void)
 Get all statistics in JSON format to send periodically to the PHP server. More...
 

Function Documentation

◆ remmina_stats_get_all()

G_BEGIN_DECLS JsonNode* remmina_stats_get_all ( void  )

Get all statistics in JSON format to send periodically to the PHP server.

The caller should free the returned buffer with g_free()

Warning
This function is usually executed on a dedicated thread, not on the main thread.
Returns
a pointer to the JSON string.

The section ENVIRONMENT collect all the user’s environment related settings.

Definition at line 806 of file remmina_stats.c.