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               (b_filename_get_type ())

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) (G_TYPE_CHECK_VALUE_TYPE ((value), B_TYPE_FILENAME))

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

value :a GValue