Tue, 23 Jan 2024 00:28:15 -0600
Make sure all of the final types in finch are defined as such
Testing Done:
Compiled.
Reviewed at https://reviews.imfreedom.org/r/2925/
Title: Core Signals Slug: core-signals ## Core Signals ### Signal List * [core-uri-handler](#uri-handler) ### Signal Details #### uri-handler ```c gboolean user_function(const gchar *proto, const gchar *cmd, GHashTable *params, gpointer user_data); ``` Emitted when handling a registered URI. **Parameters:** **proto** : The protocol of the URI. **cmd** : The 'command' of the URI. **params** : Any key/value parameters from the URI. **user_data** : User data set when the signal handler was connected.