Fri, 30 Jun 2017 13:13:13 -0500
tls-certificate: Fix docstring function references
Several function references in the documentation of PurpleTlsCertificate
were using the wrong function names or just the wrong function. This
patch fixes those references.
|
38517
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
1 | foreach dir : ['16', '22', '48', 'scalable'] |
|
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
2 | if dir == 'scalable' |
|
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
3 | install_subdir(dir, |
|
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
4 | install_dir : join_paths(pidginpixmapdir, 'protocols')) |
|
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
5 | else |
|
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
6 | install_subdir(dir, |
|
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
7 | exclude : 'scalable', |
|
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
8 | install_dir : join_paths(pidginpixmapdir, 'protocols')) |
|
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
9 | endif |
|
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
10 | endforeach |