Remmina - The GTK+ Remote Desktop Client  v1.4.34
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_sysinfo.h File Reference

Go to the source code of this file.

Functions

G_BEGIN_DECLS gboolean remmina_sysinfo_is_appindicator_available (void)
 
gchar * remmina_sysinfo_get_gnome_shell_version (void)
 Query DBUS to get GNOME Shell version. More...
 
gchar * remmina_sysinfo_get_wm_name (void)
 Query environment variables to get the Window manager name. More...
 

Function Documentation

◆ remmina_sysinfo_get_gnome_shell_version()

gchar* remmina_sysinfo_get_gnome_shell_version ( void  )

Query DBUS to get GNOME Shell version.

Returns
the GNOME Shell version as a string or NULL if error or no GNOME Shell found.
Warning
The returned string must be freed with g_free.

Definition at line 86 of file remmina_sysinfo.c.

◆ remmina_sysinfo_get_wm_name()

gchar* remmina_sysinfo_get_wm_name ( void  )

Query environment variables to get the Window manager name.

Returns
a string composed by XDG_CURRENT_DESKTOP and GDMSESSION as a string or \0 if nothing has been found.
Warning
The returned string must be freed with g_free.

Definition at line 130 of file remmina_sysinfo.c.

◆ remmina_sysinfo_is_appindicator_available()

G_BEGIN_DECLS gboolean remmina_sysinfo_is_appindicator_available ( void  )

Definition at line 45 of file remmina_sysinfo.c.