📄 gtkmarshal.h
字号:
/* NONE:OBJECT (./gtkmarshal.list:19) */#define gtk_marshal_VOID__OBJECT g_cclosure_marshal_VOID__OBJECT#define gtk_marshal_NONE__OBJECT gtk_marshal_VOID__OBJECT/* NONE:POINTER (./gtkmarshal.list:20) */#define gtk_marshal_VOID__POINTER g_cclosure_marshal_VOID__POINTER#define gtk_marshal_NONE__POINTER gtk_marshal_VOID__POINTER/* NONE:POINTER,INT (./gtkmarshal.list:21) */extern void gtk_marshal_VOID__POINTER_INT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_NONE__POINTER_INT gtk_marshal_VOID__POINTER_INT/* NONE:POINTER,POINTER (./gtkmarshal.list:22) */extern void gtk_marshal_VOID__POINTER_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_NONE__POINTER_POINTER gtk_marshal_VOID__POINTER_POINTER/* NONE:POINTER,POINTER,POINTER (./gtkmarshal.list:23) */extern void gtk_marshal_VOID__POINTER_POINTER_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_NONE__POINTER_POINTER_POINTER gtk_marshal_VOID__POINTER_POINTER_POINTER/* NONE:POINTER,STRING,STRING (./gtkmarshal.list:24) */extern void gtk_marshal_VOID__POINTER_STRING_STRING (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_NONE__POINTER_STRING_STRING gtk_marshal_VOID__POINTER_STRING_STRING/* NONE:POINTER,UINT (./gtkmarshal.list:25) */extern void gtk_marshal_VOID__POINTER_UINT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_NONE__POINTER_UINT gtk_marshal_VOID__POINTER_UINT/* NONE:POINTER,UINT,ENUM (./gtkmarshal.list:26) */extern void gtk_marshal_VOID__POINTER_UINT_ENUM (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_NONE__POINTER_UINT_ENUM gtk_marshal_VOID__POINTER_UINT_ENUM/* NONE:POINTER,POINTER,UINT,UINT (./gtkmarshal.list:27) */extern void gtk_marshal_VOID__POINTER_POINTER_UINT_UINT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_NONE__POINTER_POINTER_UINT_UINT gtk_marshal_VOID__POINTER_POINTER_UINT_UINT/* NONE:POINTER,INT,INT,POINTER,UINT,UINT (./gtkmarshal.list:28) */extern void gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_NONE__POINTER_INT_INT_POINTER_UINT_UINT gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT/* NONE:POINTER,UINT,UINT (./gtkmarshal.list:29) */extern void gtk_marshal_VOID__POINTER_UINT_UINT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_NONE__POINTER_UINT_UINT gtk_marshal_VOID__POINTER_UINT_UINT/* NONE:POINTER,UINT,UINT (./gtkmarshal.list:30) *//* NONE:STRING (./gtkmarshal.list:31) */#define gtk_marshal_VOID__STRING g_cclosure_marshal_VOID__STRING#define gtk_marshal_NONE__STRING gtk_marshal_VOID__STRING/* NONE:STRING,INT,POINTER (./gtkmarshal.list:32) */extern void gtk_marshal_VOID__STRING_INT_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_NONE__STRING_INT_POINTER gtk_marshal_VOID__STRING_INT_POINTER/* NONE:UINT (./gtkmarshal.list:33) */#define gtk_marshal_VOID__UINT g_cclosure_marshal_VOID__UINT#define gtk_marshal_NONE__UINT gtk_marshal_VOID__UINT/* NONE:UINT,POINTER,UINT,ENUM,ENUM,POINTER (./gtkmarshal.list:34) */extern void gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_NONE__UINT_POINTER_UINT_ENUM_ENUM_POINTER gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER/* NONE:UINT,POINTER,UINT,UINT,ENUM (./gtkmarshal.list:35) */extern void gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_NONE__UINT_POINTER_UINT_UINT_ENUM gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM/* NONE:UINT,STRING (./gtkmarshal.list:36) */extern void gtk_marshal_VOID__UINT_STRING (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_NONE__UINT_STRING gtk_marshal_VOID__UINT_STRINGG_END_DECLS#endif /* __gtk_marshal_MARSHAL_H__ */#endif /* GTK_DISABLE_DEPRECATED */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -