pidgin/pidgin

Make signal and property enums and initializers consistent

3 months ago, Elliott Sales de Andrade
687260353985
Make signal and property enums and initializers consistent

Using empty braces `{}` as initializer breaks on MSVC, and some places didn't
even have an initializer.

Testing Done:
Compiled only.

Reviewed at https://reviews.imfreedom.org/r/2935/
subdir('reference')
if ENABLE_GTK
configure_file(
input : 'pidgin3.1.in',
output : 'pidgin3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif
if enable_consoleui
configure_file(
input : 'finch3.1.in',
output : 'finch3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif