Skip to content

Commit

Permalink
gtk_mashal_* shouldn't be used
Browse files Browse the repository at this point in the history
  • Loading branch information
gusnan committed Oct 25, 2022
1 parent bf202cf commit 95e0708
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/gpacontext.c
Expand Up @@ -158,9 +158,9 @@ gpa_context_class_init (GpaContextClass *klass)
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (GpaContextClass, progress),
NULL, NULL,
gtk_marshal_VOID__INT_INT,
g_cclosure_marshal_VOID__INT,
G_TYPE_NONE, 2,
G_TYPE_INT, G_TYPE_INT);
G_TYPE_INT);
}

static void
Expand Down
2 changes: 1 addition & 1 deletion src/gpakeyexpireop.c
Expand Up @@ -114,7 +114,7 @@ gpa_key_expire_operation_class_init (GpaKeyExpireOperationClass *klass)
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (GpaKeyExpireOperationClass, new_expiration),
NULL, NULL,
gtk_marshal_VOID__POINTER_POINTER,
g_cclosure_marshal_VOID__POINTER,
G_TYPE_NONE, 2,
G_TYPE_POINTER,
G_TYPE_POINTER);
Expand Down

0 comments on commit 95e0708

Please sign in to comment.