diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-04-27 22:40:44 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-04-27 22:40:44 (GMT) |
commit | 22804bd41734e57a4ee3079d17ecaed4c19dc6a4 (patch) | |
tree | 1dcdd56078e051b425ab7596081d88401fdf5d5c /src/glibext | |
parent | 8a09e4163c79541f0af78719d0cd85b85650c4b4 (diff) |
Used official closures instead of user-defined ones when possible.
Diffstat (limited to 'src/glibext')
-rw-r--r-- | src/glibext/gcodebuffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/gcodebuffer.c b/src/glibext/gcodebuffer.c index 8979d2f..346ce70 100644 --- a/src/glibext/gcodebuffer.c +++ b/src/glibext/gcodebuffer.c @@ -1796,7 +1796,7 @@ static void g_buffer_view_class_init(GBufferViewClass *class) G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET(GBufferViewClass, need_redraw), NULL, NULL, - g_cclosure_user_marshal_VOID__OBJECT, + g_cclosure_marshal_VOID__OBJECT, G_TYPE_NONE, 0); } |