dw_marshal.h

来自「飞漫公司的minigui的1.6.8收费增值版本的demon等示例程序」· C头文件 代码 · 共 50 行

H
50
字号
#ifndef __DW_MARSHAL_H__#define __DW_MARSHAL_H__#include <glib.h>#include <glib-object.h>void p_Dw_marshal_BOOL__INT_INT_UINT (GClosure     *closure,                                      GValue       *return_value,                                      guint         n_param_values,                                      const GValue *param_values,                                      gpointer      invocation_hint,                                      gpointer      marshal_data);void p_Dw_marshal_VOID__INT_INT (GClosure     *closure,                                      GValue       *return_value,                                      guint         n_param_values,                                      const GValue *param_values,                                      gpointer      invocation_hint,                                      gpointer      marshal_data);void p_Dw_marshal_BOOL__INT_INT_INT (GClosure     *closure,                                      GValue       *return_value,                                      guint         n_param_values,                                      const GValue *param_values,                                      gpointer      invocation_hint,                                      gpointer      marshal_data);void p_Dw_marshal_BOOL__INT_INT_INT_UINT (GClosure     *closure,                                      GValue       *return_value,                                      guint         n_param_values,                                      const GValue *param_values,                                      gpointer      invocation_hint,                                      gpointer      marshal_data);void p_Dw_marshal_BOOL__POINTER_POINTER (GClosure     *closure,                                         GValue       *return_value,                                         guint         n_param_values,                                         const GValue *param_values,                                         gpointer      invocation_hint,                                         gpointer      marshal_data);                                         /* * Marshal fuctions for standard link signals. */#define p_Dw_marshal_link_enter  p_Dw_marshal_BOOL__INT_INT_INT#define p_Dw_marshal_link_button p_Dw_marshal_BOOL__INT_INT_INT_UINT#endif /* __DW_MARSHAL_H__ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?