pidgin/plugins/unity/meson.build

Tue, 22 Aug 2023 00:24:14 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 22 Aug 2023 00:24:14 -0500
changeset 42291
a86b7bcbb471
parent 41665
149e5ba1e807
child 42372
ba3a49903905
permissions
-rw-r--r--

Make the purple_account_manager_find functions return transfer full.

It's possible that an account could be removed from the mananger after someone
has grabbed a handle to one, so just give them a reference to avoid the
possible headache later.

Testing Done:
Ran the account-manager tests under valgrind.

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

unity = library('unity', 'unity.c',
    c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Unity"'],
    dependencies : [UNITY, libpurple_dep, libpidgin_dep, glib],
    name_prefix : '',
    install : true, install_dir : PIDGIN_PLUGINDIR)

devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir())

mercurial