Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions shell/platform/linux/fl_method_call.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ struct _FlMethodCall {
FlBinaryMessengerResponseHandle* response_handle;
};

// Added here to stop the compiler from optimizing this function away.
G_MODULE_EXPORT GType fl_method_call_get_type();

G_DEFINE_TYPE(FlMethodCall, fl_method_call, G_TYPE_OBJECT)

static void fl_method_call_dispose(GObject* object) {
Expand Down