Remove marshalers
This commit is contained in:
@ -32,7 +32,6 @@
|
|||||||
|
|
||||||
#include "eek-element.h"
|
#include "eek-element.h"
|
||||||
#include "eek-container.h"
|
#include "eek-container.h"
|
||||||
#include "eek-marshalers.h"
|
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
PROP_0,
|
PROP_0,
|
||||||
|
|||||||
@ -30,7 +30,6 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <glib/gprintf.h>
|
#include <glib/gprintf.h>
|
||||||
|
|
||||||
#include "eek-marshalers.h"
|
|
||||||
#include "eek-section.h"
|
#include "eek-section.h"
|
||||||
#include "eek-key.h"
|
#include "eek-key.h"
|
||||||
#include "eek-enumtypes.h"
|
#include "eek-enumtypes.h"
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
VOID:INT,INT
|
|
||||||
@ -6,13 +6,6 @@ enum_headers = [
|
|||||||
|
|
||||||
enums = gnome.mkenums_simple('eek-enumtypes', sources: enum_headers)
|
enums = gnome.mkenums_simple('eek-enumtypes', sources: enum_headers)
|
||||||
|
|
||||||
marshalers = gnome.genmarshal(
|
|
||||||
'eek-marshalers',
|
|
||||||
sources: ['eek-marshalers.list'],
|
|
||||||
prefix: '_eek_marshal',
|
|
||||||
internal: true,
|
|
||||||
)
|
|
||||||
|
|
||||||
python = find_program('python3')
|
python = find_program('python3')
|
||||||
|
|
||||||
gen_keysym_entries_xkeysym = generator(
|
gen_keysym_entries_xkeysym = generator(
|
||||||
|
|||||||
@ -33,7 +33,6 @@ sources = [
|
|||||||
dbus_src,
|
dbus_src,
|
||||||
enums,
|
enums,
|
||||||
keysym_entries,
|
keysym_entries,
|
||||||
marshalers,
|
|
||||||
'../eekboard/key-emitter.c',
|
'../eekboard/key-emitter.c',
|
||||||
'../eekboard/eekboard-context-service.c',
|
'../eekboard/eekboard-context-service.c',
|
||||||
'../eekboard/eekboard-context.c',
|
'../eekboard/eekboard-context.c',
|
||||||
|
|||||||
Reference in New Issue
Block a user