finch/gntrequest.h

branch
soc.2013.gobjectification.plugins
changeset 37064
3373bd0b4ea6
parent 37051
f1ba94fd20f1
parent 35449
c5f8cb0fb8ef
child 37075
cf3f735b09b7
equal deleted inserted replaced
37063:a84be725efad 37064:3373bd0b4ea6
1 /**
2 * @file gntrequest.h GNT Request API
3 * @ingroup finch
4 */
5
6 /* finch 1 /* finch
7 * 2 *
8 * Finch is the legal property of its developers, whose names are too numerous 3 * Finch is the legal property of its developers, whose names are too numerous
9 * to list here. Please refer to the COPYRIGHT file distributed with this 4 * to list here. Please refer to the COPYRIGHT file distributed with this
10 * source distribution. 5 * source distribution.
21 * 16 *
22 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 */ 20 */
21 /**
22 * SECTION:gntrequest
23 * @section_id: finch-gntrequest
24 * @short_description: <filename>gntrequest.h</filename>
25 * @title: Request API
26 */
27
26 #ifndef _GNT_REQUEST_H 28 #ifndef _GNT_REQUEST_H
27 #define _GNT_REQUEST_H 29 #define _GNT_REQUEST_H
28 30
29 #include "request.h" 31 #include "request.h"
30 #include "gnt.h" 32 #include "gnt.h"

mercurial