hxmarshal.h

来自「linux下的一款播放器」· C头文件 代码 · 共 77 行

H
77
字号
#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 + =
减小字号Ctrl + -
显示快捷键?