forked from sargon/trayer-srg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,25 @@ | ||
|
||
#ifndef ___egg_marshal_MARSHAL_H__ | ||
#define ___egg_marshal_MARSHAL_H__ | ||
|
||
#include <glib-object.h> | ||
|
||
G_BEGIN_DECLS | ||
|
||
/* VOID:OBJECT,OBJECT (eggmarshalers.list:1) */ | ||
extern void _egg_marshal_VOID__OBJECT_OBJECT (GClosure *closure, | ||
void _egg_marshal_VOID__OBJECT_OBJECT (GClosure *closure, | ||
GValue *return_value, | ||
guint n_param_values, | ||
const GValue *param_values, | ||
gpointer invocation_hint, | ||
gpointer marshal_data); | ||
|
||
/* VOID:OBJECT,STRING,LONG,LONG (eggmarshalers.list:2) */ | ||
extern void _egg_marshal_VOID__OBJECT_STRING_LONG_LONG (GClosure *closure, | ||
void _egg_marshal_VOID__OBJECT_STRING_LONG_LONG (GClosure *closure, | ||
GValue *return_value, | ||
guint n_param_values, | ||
const GValue *param_values, | ||
gpointer invocation_hint, | ||
gpointer marshal_data); | ||
|
||
/* VOID:OBJECT,LONG (eggmarshalers.list:3) */ | ||
extern void _egg_marshal_VOID__OBJECT_LONG (GClosure *closure, | ||
void _egg_marshal_VOID__OBJECT_LONG (GClosure *closure, | ||
GValue *return_value, | ||
guint n_param_values, | ||
const GValue *param_values, | ||
gpointer invocation_hint, | ||
gpointer marshal_data); | ||
|
||
G_END_DECLS | ||
|
||
#endif /* ___egg_marshal_MARSHAL_H__ */ | ||
|