gmarshal: Drop references to gmarshal.list

It was removed in commit 9c66e65b29.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-02-05 12:31:29 +00:00
parent 1f793e9680
commit 1a8e84c540
2 changed files with 44 additions and 45 deletions

View File

@ -843,7 +843,7 @@
#endif /* !G_ENABLE_DEBUG */ #endif /* !G_ENABLE_DEBUG */
/* VOID:VOID (./gmarshal.list:6) */ /* VOID:VOID */
void void
g_cclosure_marshal_VOID__VOID (GClosure *closure, g_cclosure_marshal_VOID__VOID (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -907,7 +907,7 @@ g_cclosure_marshal_VOID__VOIDv (GClosure *closure,
} }
/* VOID:BOOLEAN (./gmarshal.list:7) */ /* VOID:BOOLEAN */
void void
g_cclosure_marshal_VOID__BOOLEAN (GClosure *closure, g_cclosure_marshal_VOID__BOOLEAN (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -981,7 +981,7 @@ g_cclosure_marshal_VOID__BOOLEANv (GClosure *closure,
} }
/* VOID:CHAR (./gmarshal.list:8) */ /* VOID:CHAR */
void void
g_cclosure_marshal_VOID__CHAR (GClosure *closure, g_cclosure_marshal_VOID__CHAR (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -1055,7 +1055,7 @@ g_cclosure_marshal_VOID__CHARv (GClosure *closure,
} }
/* VOID:UCHAR (./gmarshal.list:9) */ /* VOID:UCHAR */
void void
g_cclosure_marshal_VOID__UCHAR (GClosure *closure, g_cclosure_marshal_VOID__UCHAR (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -1129,7 +1129,7 @@ g_cclosure_marshal_VOID__UCHARv (GClosure *closure,
} }
/* VOID:INT (./gmarshal.list:10) */ /* VOID:INT */
void void
g_cclosure_marshal_VOID__INT (GClosure *closure, g_cclosure_marshal_VOID__INT (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -1203,7 +1203,7 @@ g_cclosure_marshal_VOID__INTv (GClosure *closure,
} }
/* VOID:UINT (./gmarshal.list:11) */ /* VOID:UINT */
void void
g_cclosure_marshal_VOID__UINT (GClosure *closure, g_cclosure_marshal_VOID__UINT (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -1277,7 +1277,7 @@ g_cclosure_marshal_VOID__UINTv (GClosure *closure,
} }
/* VOID:LONG (./gmarshal.list:12) */ /* VOID:LONG */
void void
g_cclosure_marshal_VOID__LONG (GClosure *closure, g_cclosure_marshal_VOID__LONG (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -1351,7 +1351,7 @@ g_cclosure_marshal_VOID__LONGv (GClosure *closure,
} }
/* VOID:ULONG (./gmarshal.list:13) */ /* VOID:ULONG */
void void
g_cclosure_marshal_VOID__ULONG (GClosure *closure, g_cclosure_marshal_VOID__ULONG (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -1425,7 +1425,7 @@ g_cclosure_marshal_VOID__ULONGv (GClosure *closure,
} }
/* VOID:ENUM (./gmarshal.list:14) */ /* VOID:ENUM */
void void
g_cclosure_marshal_VOID__ENUM (GClosure *closure, g_cclosure_marshal_VOID__ENUM (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -1499,7 +1499,7 @@ g_cclosure_marshal_VOID__ENUMv (GClosure *closure,
} }
/* VOID:FLAGS (./gmarshal.list:15) */ /* VOID:FLAGS */
void void
g_cclosure_marshal_VOID__FLAGS (GClosure *closure, g_cclosure_marshal_VOID__FLAGS (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -1573,7 +1573,7 @@ g_cclosure_marshal_VOID__FLAGSv (GClosure *closure,
} }
/* VOID:FLOAT (./gmarshal.list:16) */ /* VOID:FLOAT */
void void
g_cclosure_marshal_VOID__FLOAT (GClosure *closure, g_cclosure_marshal_VOID__FLOAT (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -1647,7 +1647,7 @@ g_cclosure_marshal_VOID__FLOATv (GClosure *closure,
} }
/* VOID:DOUBLE (./gmarshal.list:17) */ /* VOID:DOUBLE */
void void
g_cclosure_marshal_VOID__DOUBLE (GClosure *closure, g_cclosure_marshal_VOID__DOUBLE (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -1721,7 +1721,7 @@ g_cclosure_marshal_VOID__DOUBLEv (GClosure *closure,
} }
/* VOID:STRING (./gmarshal.list:18) */ /* VOID:STRING */
void void
g_cclosure_marshal_VOID__STRING (GClosure *closure, g_cclosure_marshal_VOID__STRING (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -1799,7 +1799,7 @@ g_cclosure_marshal_VOID__STRINGv (GClosure *closure,
} }
/* VOID:PARAM (./gmarshal.list:19) */ /* VOID:PARAM */
void void
g_cclosure_marshal_VOID__PARAM (GClosure *closure, g_cclosure_marshal_VOID__PARAM (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -1877,7 +1877,7 @@ g_cclosure_marshal_VOID__PARAMv (GClosure *closure,
} }
/* VOID:BOXED (./gmarshal.list:20) */ /* VOID:BOXED */
void void
g_cclosure_marshal_VOID__BOXED (GClosure *closure, g_cclosure_marshal_VOID__BOXED (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -1955,7 +1955,7 @@ g_cclosure_marshal_VOID__BOXEDv (GClosure *closure,
} }
/* VOID:POINTER (./gmarshal.list:21) */ /* VOID:POINTER */
void void
g_cclosure_marshal_VOID__POINTER (GClosure *closure, g_cclosure_marshal_VOID__POINTER (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -2029,7 +2029,7 @@ g_cclosure_marshal_VOID__POINTERv (GClosure *closure,
} }
/* VOID:OBJECT (./gmarshal.list:22) */ /* VOID:OBJECT */
void void
g_cclosure_marshal_VOID__OBJECT (GClosure *closure, g_cclosure_marshal_VOID__OBJECT (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -2107,7 +2107,7 @@ g_cclosure_marshal_VOID__OBJECTv (GClosure *closure,
} }
/* VOID:VARIANT (./gmarshal.list:23) */ /* VOID:VARIANT */
void void
g_cclosure_marshal_VOID__VARIANT (GClosure *closure, g_cclosure_marshal_VOID__VARIANT (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -2185,7 +2185,7 @@ g_cclosure_marshal_VOID__VARIANTv (GClosure *closure,
} }
/* VOID:UINT,POINTER (./gmarshal.list:26) */ /* VOID:UINT,POINTER */
void void
g_cclosure_marshal_VOID__UINT_POINTER (GClosure *closure, g_cclosure_marshal_VOID__UINT_POINTER (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -2265,7 +2265,7 @@ g_cclosure_marshal_VOID__UINT_POINTERv (GClosure *closure,
} }
/* BOOL:FLAGS (./gmarshal.list:27) */ /* BOOL:FLAGS */
void void
g_cclosure_marshal_BOOLEAN__FLAGS (GClosure *closure, g_cclosure_marshal_BOOLEAN__FLAGS (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -2348,7 +2348,7 @@ g_cclosure_marshal_BOOLEAN__FLAGSv (GClosure *closure,
} }
/* STRING:OBJECT,POINTER (./gmarshal.list:28) */ /* STRING:OBJECT,POINTER */
void void
g_cclosure_marshal_STRING__OBJECT_POINTER (GClosure *closure, g_cclosure_marshal_STRING__OBJECT_POINTER (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,
@ -2441,7 +2441,7 @@ g_cclosure_marshal_STRING__OBJECT_POINTERv (GClosure *closure,
} }
/* BOOL:BOXED,BOXED (./gmarshal.list:29) */ /* BOOL:BOXED,BOXED */
void void
g_cclosure_marshal_BOOLEAN__BOXED_BOXED (GClosure *closure, g_cclosure_marshal_BOOLEAN__BOXED_BOXED (GClosure *closure,
GValue *return_value G_GNUC_UNUSED, GValue *return_value G_GNUC_UNUSED,

View File

@ -1,10 +1,9 @@
/* Note: This file is no longer generated. See the comment in gmarshal.list */
#ifndef __G_MARSHAL_H__ #ifndef __G_MARSHAL_H__
#define __G_MARSHAL_H__ #define __G_MARSHAL_H__
G_BEGIN_DECLS G_BEGIN_DECLS
/* VOID:VOID (./gmarshal.list:6) */ /* VOID:VOID */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_VOID__VOID (GClosure *closure, void g_cclosure_marshal_VOID__VOID (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -21,7 +20,7 @@ void g_cclosure_marshal_VOID__VOIDv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* VOID:BOOLEAN (./gmarshal.list:7) */ /* VOID:BOOLEAN */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_VOID__BOOLEAN (GClosure *closure, void g_cclosure_marshal_VOID__BOOLEAN (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -38,7 +37,7 @@ void g_cclosure_marshal_VOID__BOOLEANv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* VOID:CHAR (./gmarshal.list:8) */ /* VOID:CHAR */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_VOID__CHAR (GClosure *closure, void g_cclosure_marshal_VOID__CHAR (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -55,7 +54,7 @@ void g_cclosure_marshal_VOID__CHARv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* VOID:UCHAR (./gmarshal.list:9) */ /* VOID:UCHAR */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_VOID__UCHAR (GClosure *closure, void g_cclosure_marshal_VOID__UCHAR (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -72,7 +71,7 @@ void g_cclosure_marshal_VOID__UCHARv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* VOID:INT (./gmarshal.list:10) */ /* VOID:INT */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_VOID__INT (GClosure *closure, void g_cclosure_marshal_VOID__INT (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -89,7 +88,7 @@ void g_cclosure_marshal_VOID__INTv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* VOID:UINT (./gmarshal.list:11) */ /* VOID:UINT */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_VOID__UINT (GClosure *closure, void g_cclosure_marshal_VOID__UINT (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -106,7 +105,7 @@ void g_cclosure_marshal_VOID__UINTv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* VOID:LONG (./gmarshal.list:12) */ /* VOID:LONG */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_VOID__LONG (GClosure *closure, void g_cclosure_marshal_VOID__LONG (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -123,7 +122,7 @@ void g_cclosure_marshal_VOID__LONGv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* VOID:ULONG (./gmarshal.list:13) */ /* VOID:ULONG */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_VOID__ULONG (GClosure *closure, void g_cclosure_marshal_VOID__ULONG (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -140,7 +139,7 @@ void g_cclosure_marshal_VOID__ULONGv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* VOID:ENUM (./gmarshal.list:14) */ /* VOID:ENUM */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_VOID__ENUM (GClosure *closure, void g_cclosure_marshal_VOID__ENUM (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -157,7 +156,7 @@ void g_cclosure_marshal_VOID__ENUMv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* VOID:FLAGS (./gmarshal.list:15) */ /* VOID:FLAGS */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_VOID__FLAGS (GClosure *closure, void g_cclosure_marshal_VOID__FLAGS (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -174,7 +173,7 @@ void g_cclosure_marshal_VOID__FLAGSv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* VOID:FLOAT (./gmarshal.list:16) */ /* VOID:FLOAT */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_VOID__FLOAT (GClosure *closure, void g_cclosure_marshal_VOID__FLOAT (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -191,7 +190,7 @@ void g_cclosure_marshal_VOID__FLOATv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* VOID:DOUBLE (./gmarshal.list:17) */ /* VOID:DOUBLE */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_VOID__DOUBLE (GClosure *closure, void g_cclosure_marshal_VOID__DOUBLE (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -208,7 +207,7 @@ void g_cclosure_marshal_VOID__DOUBLEv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* VOID:STRING (./gmarshal.list:18) */ /* VOID:STRING */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_VOID__STRING (GClosure *closure, void g_cclosure_marshal_VOID__STRING (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -225,7 +224,7 @@ void g_cclosure_marshal_VOID__STRINGv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* VOID:PARAM (./gmarshal.list:19) */ /* VOID:PARAM */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_VOID__PARAM (GClosure *closure, void g_cclosure_marshal_VOID__PARAM (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -242,7 +241,7 @@ void g_cclosure_marshal_VOID__PARAMv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* VOID:BOXED (./gmarshal.list:20) */ /* VOID:BOXED */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_VOID__BOXED (GClosure *closure, void g_cclosure_marshal_VOID__BOXED (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -259,7 +258,7 @@ void g_cclosure_marshal_VOID__BOXEDv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* VOID:POINTER (./gmarshal.list:21) */ /* VOID:POINTER */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_VOID__POINTER (GClosure *closure, void g_cclosure_marshal_VOID__POINTER (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -276,7 +275,7 @@ void g_cclosure_marshal_VOID__POINTERv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* VOID:OBJECT (./gmarshal.list:22) */ /* VOID:OBJECT */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_VOID__OBJECT (GClosure *closure, void g_cclosure_marshal_VOID__OBJECT (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -293,7 +292,7 @@ void g_cclosure_marshal_VOID__OBJECTv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* VOID:VARIANT (./gmarshal.list:23) */ /* VOID:VARIANT */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_VOID__VARIANT (GClosure *closure, void g_cclosure_marshal_VOID__VARIANT (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -310,7 +309,7 @@ void g_cclosure_marshal_VOID__VARIANTv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* VOID:UINT,POINTER (./gmarshal.list:26) */ /* VOID:UINT,POINTER */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_VOID__UINT_POINTER (GClosure *closure, void g_cclosure_marshal_VOID__UINT_POINTER (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -327,7 +326,7 @@ void g_cclosure_marshal_VOID__UINT_POINTERv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* BOOL:FLAGS (./gmarshal.list:27) */ /* BOOL:FLAGS */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_BOOLEAN__FLAGS (GClosure *closure, void g_cclosure_marshal_BOOLEAN__FLAGS (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -345,7 +344,7 @@ void g_cclosure_marshal_BOOLEAN__FLAGSv (GClosure *closure,
GType *param_types); GType *param_types);
#define g_cclosure_marshal_BOOL__FLAGS g_cclosure_marshal_BOOLEAN__FLAGS #define g_cclosure_marshal_BOOL__FLAGS g_cclosure_marshal_BOOLEAN__FLAGS
/* STRING:OBJECT,POINTER (./gmarshal.list:28) */ /* STRING:OBJECT,POINTER */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_STRING__OBJECT_POINTER (GClosure *closure, void g_cclosure_marshal_STRING__OBJECT_POINTER (GClosure *closure,
GValue *return_value, GValue *return_value,
@ -362,7 +361,7 @@ void g_cclosure_marshal_STRING__OBJECT_POINTERv (GClosure *closure,
int n_params, int n_params,
GType *param_types); GType *param_types);
/* BOOL:BOXED,BOXED (./gmarshal.list:29) */ /* BOOL:BOXED,BOXED */
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_cclosure_marshal_BOOLEAN__BOXED_BOXED (GClosure *closure, void g_cclosure_marshal_BOOLEAN__BOXED_BOXED (GClosure *closure,
GValue *return_value, GValue *return_value,