Skip to content

Commit

Permalink
trigger: declare main context source function correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
LBCrion committed Dec 20, 2024
1 parent 1f15dc0 commit d0a77d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trigger.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ void trigger_remove ( gchar *name, GSourceFunc func, void *data )
}
}

void trigger_emit_in_main_context ( const gchar *name )
gboolean trigger_emit_in_main_context ( const gchar *name )
{
GList *iter;

Expand Down

0 comments on commit d0a77d2

Please sign in to comment.