BTypes

BTypes — Additional GTypes registered by BLib

Synopsis




#define     B_TYPE_FILENAME
#define     B_VALUE_HOLDS_FILENAME          (value)

Description

Details

B_TYPE_FILENAME

#define     B_TYPE_FILENAME

The filename type is derived from G_TYPE_STRING and is used to indicate that a string should be interpreted as a filename. This macro returns the GType for this type.


B_VALUE_HOLDS_FILENAME()

#define     B_VALUE_HOLDS_FILENAME(value)

Return whether the given GValue can hold values of type B_TYPE_FILENAME.

value :a GValue