pidgin/pidgin

bb7e68da6d21
Add a hash table variant of purple_menu_populate_dynamic_targets

This makes it introspectable.

Testing Done:
Compile and run `ninja test`

Reviewed at https://reviews.imfreedom.org/r/1857/
PURPLE_HISTORY_SOURCES = [
'purplehistorycore.c',
]
purple_history = executable('purple-history',
PURPLE_HISTORY_SOURCES,
dependencies : [libpurple_dep, glib],
install : true)