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

📄 hxmarshal.h

📁 linux下的一款播放器
💻 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 + -