![]() |
![]() |
![]() |
Cutter Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
void (*GCutInspectFunction) (GString *string, gconstpointer data, gpointer user_data); #define GCUT_TYPE_ERROR GType gcut_error_get_type (void);
void (*GCutInspectFunction) (GString *string, gconstpointer data, gpointer user_data);
Specifies the type of function which is called when the
data
element is inspected. It is passed the pointer to
the data element, should inspect data
and append
inspected string to string
.
|
the GString to be stored inspected result. |
|
the data element to be inspected. |
|
user data to pass to the function. |
Since 1.0.6
#define GCUT_TYPE_ERROR (gcut_error_get_type())
The GType for a boxed type holding a GError reference.
Since 1.0.7