_GParamSpecString Struct Reference

#include <stdapis/glib-2.0/gobject/gparamspecs.h>

struct _GParamSpecString

Detailed Description

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.

Member Attribute Documentation

cset_first

gchar *cset_first

cset_nth

gchar *cset_nth

default_value

gchar *default_value

ensure_non_null

guint ensure_non_null

null_fold_if_empty

guint null_fold_if_empty

parent_instance

GParamSpec parent_instance

substitutor

gchar substitutor