gntmarshal.h
来自「Linux下的多协议即时通讯程序源代码」· C头文件 代码 · 共 101 行
H
101 行
#ifndef __gnt_closure_marshal_MARSHAL_H__#define __gnt_closure_marshal_MARSHAL_H__#include <glib-object.h>G_BEGIN_DECLS/* BOOLEAN:VOID (./genmarshal:1) */extern void gnt_closure_marshal_BOOLEAN__VOID (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* BOOLEAN:STRING (./genmarshal:2) */extern void gnt_closure_marshal_BOOLEAN__STRING (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* VOID:INT,INT,INT,INT (./genmarshal:3) */extern void gnt_closure_marshal_VOID__INT_INT_INT_INT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* VOID:INT,INT (./genmarshal:4) */extern void gnt_closure_marshal_VOID__INT_INT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* VOID:POINTER,POINTER (./genmarshal:5) */extern void gnt_closure_marshal_VOID__POINTER_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* BOOLEAN:INT,INT (./genmarshal:6) */extern void gnt_closure_marshal_BOOLEAN__INT_INT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* BOOLEAN:INT,INT,INT (./genmarshal:7) */extern void gnt_closure_marshal_BOOLEAN__INT_INT_INT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* BOOLEAN:POINTER,POINTER,POINTER (./genmarshal:8) */extern void gnt_closure_marshal_BOOLEAN__POINTER_POINTER_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* BOOLEAN:INT,INT,INT,POINTER (./genmarshal:9) */extern void gnt_closure_marshal_BOOLEAN__INT_INT_INT_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* VOID:STRING,STRING (./genmarshal:10) */extern void gnt_closure_marshal_VOID__STRING_STRING (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);/* VOID:POINTER,BOOLEAN (./genmarshal:11) */extern void gnt_closure_marshal_VOID__POINTER_BOOLEAN (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);G_END_DECLS#endif /* __gnt_closure_marshal_MARSHAL_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?