📄 gtkmarshal.h
字号:
#ifndef GTK_DISABLE_DEPRECATED#ifndef __gtk_marshal_MARSHAL_H__#define __gtk_marshal_MARSHAL_H__#include <glib-object.h>G_BEGIN_DECLS/* BOOL:NONE (./gtkmarshal.list:1) */extern void gtk_marshal_BOOLEAN__VOID (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_BOOL__NONE gtk_marshal_BOOLEAN__VOID/* BOOL:POINTER (./gtkmarshal.list:2) */extern void gtk_marshal_BOOLEAN__POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_BOOL__POINTER gtk_marshal_BOOLEAN__POINTER/* BOOL:POINTER,POINTER,INT,INT (./gtkmarshal.list:3) */extern void gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_BOOL__POINTER_POINTER_INT_INT gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT/* BOOL:POINTER,INT,INT (./gtkmarshal.list:4) */extern void gtk_marshal_BOOLEAN__POINTER_INT_INT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_BOOL__POINTER_INT_INT gtk_marshal_BOOLEAN__POINTER_INT_INT/* BOOL:POINTER,INT,INT,UINT (./gtkmarshal.list:5) */extern void gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_BOOL__POINTER_INT_INT_UINT gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT/* BOOL:POINTER,STRING,STRING,POINTER (./gtkmarshal.list:6) */extern void gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_BOOL__POINTER_STRING_STRING_POINTER gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER/* ENUM:ENUM (./gtkmarshal.list:7) */extern void gtk_marshal_ENUM__ENUM (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* INT:POINTER (./gtkmarshal.list:8) */extern void gtk_marshal_INT__POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* INT:POINTER,CHAR,CHAR (./gtkmarshal.list:9) */extern void gtk_marshal_INT__POINTER_CHAR_CHAR (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* NONE:BOOL (./gtkmarshal.list:10) */#define gtk_marshal_VOID__BOOLEAN g_cclosure_marshal_VOID__BOOLEAN#define gtk_marshal_NONE__BOOL gtk_marshal_VOID__BOOLEAN/* NONE:BOXED (./gtkmarshal.list:11) */#define gtk_marshal_VOID__BOXED g_cclosure_marshal_VOID__BOXED#define gtk_marshal_NONE__BOXED gtk_marshal_VOID__BOXED/* NONE:ENUM (./gtkmarshal.list:12) */#define gtk_marshal_VOID__ENUM g_cclosure_marshal_VOID__ENUM#define gtk_marshal_NONE__ENUM gtk_marshal_VOID__ENUM/* NONE:ENUM,FLOAT (./gtkmarshal.list:13) */extern void gtk_marshal_VOID__ENUM_FLOAT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_NONE__ENUM_FLOAT gtk_marshal_VOID__ENUM_FLOAT/* NONE:ENUM,FLOAT,BOOL (./gtkmarshal.list:14) */extern void gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_NONE__ENUM_FLOAT_BOOL gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN/* NONE:INT (./gtkmarshal.list:15) */#define gtk_marshal_VOID__INT g_cclosure_marshal_VOID__INT#define gtk_marshal_NONE__INT gtk_marshal_VOID__INT/* NONE:INT,INT (./gtkmarshal.list:16) */extern void gtk_marshal_VOID__INT_INT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);#define gtk_marshal_NONE__INT_INT gtk_marshal_VOID__INT_INT/* NONE:INT,INT,POINTER (./gtkmarshal.list:17) */extern void gtk_marshal_VOID__INT_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__INT_INT_POINTER gtk_marshal_VOID__INT_INT_POINTER/* NONE:NONE (./gtkmarshal.list:18) */#define gtk_marshal_VOID__VOID g_cclosure_marshal_VOID__VOID#define gtk_marshal_NONE__NONE gtk_marshal_VOID__VOID
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -