pidgin/pidgin

b1921b17b683
Replace some utility functions with actual widgets

Replace pidgin_create_dialog with PidginDialog

Testing Done:
Compile and basic run with im's sent.

Reviewed at https://reviews.imfreedom.org/r/116/
SILCSOURCES = [
'buddy.c',
'chat.c',
'ft.c',
'ops.c',
'pk.c',
'silc.c',
'silcpurple.h',
'util.c',
'wb.c',
'wb.h'
]
if DYNAMIC_SILC
silc_prpl = shared_library('silcpurple', SILCSOURCES,
dependencies : [silc, libpurple_dep, glib],
install : true, install_dir : PURPLE_PLUGINDIR)
endif