GLibサポート用の型

GLibサポート用の型 — GLibサポート付きテストで使う型です。

Functions

説明

GLibサポート付きテストで使う型がいくつかあります。

Functions

GCutInspectFunction ()

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 .

Parameters

string

詳細情報を保存するGString

 

data

詳細化されるデータ。

 

user_data

関数に渡すユーザ用データ。

 

Since: 1.0.6

Types and Values