agent: Move gtk-doc comments from agent.c to agent.h for new API
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Tue, 21 Jan 2014 10:50:19 +0000 (10:50 +0000)
committerOlivier Crête <olivier.crete@collabora.com>
Fri, 31 Jan 2014 06:49:07 +0000 (01:49 -0500)
commit55e53a9ce7be57740993d8fd9b1ca71d410c6388
tree80a1993a2acef870b2334eb65a42cc0c51f1431d
parent905aa83910ef9922cdd302eb4f17e0ff510fb5ce
agent: Move gtk-doc comments from agent.c to agent.h for new API

I completely disagree with this, and believe the C file is a much better
place for them, as then they’re:
 • easier to read while hacking on the functions, and
 • easier to modify once finished hacking on the functions.

I think the argument for putting them in the header files (so that the
documentation is available by the function declarations) is weak, as the
generated gtk-doc manual should be installed on the system alongside the
header files in any case.
agent/agent.c
agent/agent.h