doc/meson.build

Tue, 01 Oct 2024 01:18:36 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 01 Oct 2024 01:18:36 -0500
changeset 42986
f535fef9f727
parent 42847
fbb0d252bc35
permissions
-rw-r--r--

Create Pidgin.NotificationConnectionError

This is a Pidgin.Notification subclass that wraps a
Purple.NotificationConnectionError.

Testing Done:
Caused a connection error with the demo protocol plugin and verified all the actions worked. Also called in the turtles.

Bugs closed: PIDGIN-17951

Reviewed at https://reviews.imfreedom.org/r/3555/

if ENABLE_GTK
	configure_file(
	    input : 'pidgin3.1.in',
	    output : 'pidgin3.1',
	    configuration : man_conf,
	    install : true,
	    install_dir : get_option('mandir') / 'man1')
endif

mercurial