Codebase list midori / 5f8cd5c
If "marshal" says OBJECT use G_TYPE_OBJECT instead of _POINTER This fixes a crash in a full debug build. André Stösel authored 11 years ago Christian Dywan committed 11 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
19041904 NULL,
19051905 midori_cclosure_marshal_VOID__OBJECT_OBJECT,
19061906 G_TYPE_NONE, 2,
1907 G_TYPE_POINTER, G_TYPE_POINTER);
1907 G_TYPE_OBJECT, G_TYPE_OBJECT);
19081908
19091909 signals[ACTIVATE_ACTION] = g_signal_new (
19101910 "activate-action",