summary refs log blame commit diff stats
path: root/data/pkgconfig/hexchat-plugin.pc.in
blob: 2395723657ea4d394d37d97ddeb24e51b7cd7b05 (plain) (tree)
1
2
3
4
5
6
7
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; pad
prefix=@prefix@
exec_prefix=${prefix}
includedir=@includedir@
hexchatlibdir=@hexchatlibdir@

Name: HexChat plugins
Description: Header and path for HexChat plugins
Version: @VERSION@
Cflags: -I${includedir}
if x == y else z if a == b and c == b else x` ## Indentation style ### Multi-line functions ```python foo(really_long_arg_1, really_long_arg_2) ``` ### Mutli-line lists/dicts ```python foo = { 'bar': 'baz', } ```