Tue, 23 Jan 2024 01:24:59 -0600
Add purple_contact_info_get_menu and PurpleContactInfo::populate-menu
This is the replacement for the blist-node-extended-menu signal in purple 2.
This uses BirbActionMenu which means libpurple now depends on birb.
Testing Done:
Ran the unit tests under valgrind.
Reviewed at https://reviews.imfreedom.org/r/2837/
finch_doc_content_files = [] if get_option('doc') finch_toml = configure_file( input : 'finch.toml.in', output : 'finch.toml', configuration : version_conf, install : true, install_dir : docs_dir / 'finch', ) finch_doc = custom_target('finch-doc', input : [ finch_toml, libfinch_gir[0] ], output : 'finch', command : [ gidocgen, 'generate', '--quiet', '--fatal-warnings', '--config=@INPUT0@', '--output-dir=@OUTPUT@', '--no-namespace-dir', '--content-dir=@0@'.format(meson.current_source_dir()), '--add-include-path=@0@'.format(meson.global_build_root() / 'subprojects/birb/birb'), '--add-include-path=@0@'.format(meson.global_build_root() / 'subprojects/gplugin/gplugin'), '--add-include-path=@0@'.format(meson.global_build_root() / 'subprojects/libgnt'), '--add-include-path=@0@'.format(meson.project_build_root() / 'libpurple'), '@INPUT1@' ], depends: [ libpurple_gir[0] ], depend_files : [ finch_doc_content_files ], build_by_default : true, install : true, install_dir : docs_dir, ) endif