⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gntmarshal.h

📁 Linux下的多协议即时通讯程序源代码
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -