Function Macro

GLibstrstrip

Declaration

#define g_strstrip (
  string
)

Description

Removes leading and trailing whitespace from a string.

See g_strchomp() and g_strchug().

This function is not directly available to language bindings.

Parameters

string

Type: -

A string to remove the leading and trailing whitespace from.