doc/reference/libpurple/signals_core.md

Tue, 23 Jan 2024 00:28:15 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 23 Jan 2024 00:28:15 -0600
changeset 42574
ef32e25a3b78
parent 42095
01e68f28576f
permissions
-rw-r--r--

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.

mercurial