pidgin/plugins/disco/meson.build

Fri, 30 Jun 2017 13:13:13 -0500

author
Mike Ruprecht <cmaiku@gmail.com>
date
Fri, 30 Jun 2017 13:13:13 -0500
changeset 38547
1772a0f0f77c
parent 38471
a7ce1d49ac8c
child 39801
2bbed8148402
permissions
-rw-r--r--

tls-certificate: Fix docstring function references

Several function references in the documentation of PurpleTlsCertificate
were using the wrong function names or just the wrong function. This
patch fixes those references.

xmppdisco_SOURCES = [
	'gtkdisco.c',
	'gtkdisco.h',
	'xmppdisco.c',
	'xmppdisco.h'
]

if PLUGINS
	xmppdisco = library('xmppdisco', xmppdisco_SOURCES,
	    dependencies : [libpurple_dep, libpidgin_dep, glib],
	    name_prefix : '',
	    install : true, install_dir : PIDGIN_PLUGINDIR)
endif

mercurial