doc/reference/libpurple/signals_core.md

changeset 42847
fbb0d252bc35
parent 42846
c176f1b12aaa
child 42848
f9a04b0bed1f
--- a/doc/reference/libpurple/signals_core.md	Wed Aug 07 21:52:08 2024 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-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.

mercurial