mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-12-22 05:35:21 +00:00
lib: add marshallers for internal use
This commit is contained in:
parent
5c52047800
commit
03f64892e5
@ -39,6 +39,13 @@ libmks_private_sources = [
|
||||
object_manager: true,
|
||||
),
|
||||
|
||||
gnome.genmarshal('mks-marshal',
|
||||
internal: true,
|
||||
prefix: '_mks_marshal',
|
||||
sources: ['mks-marshal.defs'],
|
||||
valist_marshallers: true,
|
||||
),
|
||||
|
||||
gnome.compile_resources(
|
||||
'mks-resources',
|
||||
'mks.gresource.xml',
|
||||
|
1
lib/mks-marshal.defs
Normal file
1
lib/mks-marshal.defs
Normal file
@ -0,0 +1 @@
|
||||
VOID:INT,INT
|
Loading…
Reference in New Issue
Block a user