📄 hxmarshal.h
字号:
#ifndef __g_cclosure_user_marshal_MARSHAL_H__#define __g_cclosure_user_marshal_MARSHAL_H__#include <glib-object.h>G_BEGIN_DECLS/* VOID:STRING,STRING,BOOLEAN (/dev/stdin:1) */extern void g_cclosure_user_marshal_VOID__STRING_STRING_BOOLEAN (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* VOID:STRING,POINTER,BOOLEAN (/dev/stdin:2) */extern void g_cclosure_user_marshal_VOID__STRING_POINTER_BOOLEAN (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* VOID:UINT,UINT (/dev/stdin:3) */extern void g_cclosure_user_marshal_VOID__UINT_UINT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* VOID:STRING,STRING (/dev/stdin:4) */extern void g_cclosure_user_marshal_VOID__STRING_STRING (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* VOID:INT,INT (/dev/stdin:5) */extern void g_cclosure_user_marshal_VOID__INT_INT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* VOID:STRING,POINTER (/dev/stdin:6) */extern void g_cclosure_user_marshal_VOID__STRING_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* BOOLEAN:STRING (/dev/stdin:7) */extern void g_cclosure_user_marshal_BOOLEAN__STRING (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* VOID:UINT,UINT,STRING,STRING,STRING (/dev/stdin:8) */extern void g_cclosure_user_marshal_VOID__UINT_UINT_STRING_STRING_STRING (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);G_END_DECLS#endif /* __g_cclosure_user_marshal_MARSHAL_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -