#include <stdapis/glib-2.0/gobject/gparamspecs.h>
| struct _GParamSpecString |
| Public Attributes | |
|---|---|
| gchar * | cset_first |
| gchar * | cset_nth |
| gchar * | default_value |
| guint | ensure_non_null |
| guint | null_fold_if_empty |
| GParamSpec | parent_instance |
| gchar | substitutor |
GParamSpecString: : private GParamSpec portion : default value for the property specified : a string containing the allowed values for the first byte : a string containing the allowed values for the subsequent bytes : the replacement byte for bytes which don't match or . : replace empty string by NULL : replace NULL strings by an empty string
A GParamSpec derived structure that contains the meta data for string properties.