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

Go to the source code of this file.

Functions

G_BEGIN_DECLS gint www_utils_string_find (GString *haystack, gint start, gint end, const gchar *needle)
 
gint www_utils_string_replace (GString *str, gint pos, gint len, const gchar *replace)
 
guint www_utils_string_replace_all (GString *haystack, const gchar *needle, const gchar *replace)
 Replaces all occurrences of needle in haystack with replace. More...
 
void www_utils_send_notification (const gchar *notification_id, const gchar *notification_title, const gchar *notification_message)
 

Function Documentation

◆ www_utils_send_notification()

void www_utils_send_notification ( const gchar *  notification_id,
const gchar *  notification_title,
const gchar *  notification_message 
)

Definition at line 53 of file www_utils.c.

◆ www_utils_string_find()

G_BEGIN_DECLS gint www_utils_string_find ( GString *  haystack,
gint  start,
gint  end,
const gchar *  needle 
)

Definition at line 85 of file www_utils.c.

◆ www_utils_string_replace()

gint www_utils_string_replace ( GString *  str,
gint  pos,
gint  len,
const gchar *  replace 
)

Definition at line 117 of file www_utils.c.

◆ www_utils_string_replace_all()

guint www_utils_string_replace_all ( GString *  haystack,
const gchar *  needle,
const gchar *  replace 
)

Replaces all occurrences of needle in haystack with replace.

Parameters
haystackThe input string to operate on. This string is modified in place.
needleThe string which should be replaced.
replaceThe replacement for needle.
Returns
Number of replacements made.

Definition at line 137 of file www_utils.c.