Blame gfbgraph/gfbgraph.h

Packit 87b8d1
/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8; tab-width: 8 -*-  */
Packit 87b8d1
/*
Packit 87b8d1
 * libgfbgraph - GObject library for Facebook Graph API
Packit 87b8d1
 * Copyright (C) 2013 Álvaro Peña <alvaropg@gmail.com>
Packit 87b8d1
 *
Packit 87b8d1
 * GFBGraph is free software; you can redistribute it and/or
Packit 87b8d1
 * modify it under the terms of the GNU Lesser General Public
Packit 87b8d1
 * License as published by the Free Software Foundation; either
Packit 87b8d1
 * version 2.1 of the License, or (at your option) any later version.
Packit 87b8d1
 *
Packit 87b8d1
 * GFBGraph is distributed in the hope that it will be useful,
Packit 87b8d1
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 87b8d1
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 87b8d1
 * Lesser General Public License for more details.
Packit 87b8d1
 *
Packit 87b8d1
 * You should have received a copy of the GNU Lesser General Public
Packit 87b8d1
 * License along with GFBGraph.  If not, see <http://www.gnu.org/licenses/>.
Packit 87b8d1
 */
Packit 87b8d1
Packit 87b8d1
#ifndef __GFBGRAPH_H__
Packit 87b8d1
#define __GFBGRAPH_H__
Packit 87b8d1
Packit 87b8d1
#include <gfbgraph/gfbgraph-album.h>
Packit 87b8d1
#include <gfbgraph/gfbgraph-connectable.h>
Packit 87b8d1
#include <gfbgraph/gfbgraph-node.h>
Packit 87b8d1
#include <gfbgraph/gfbgraph-photo.h>
Packit 87b8d1
#include <gfbgraph/gfbgraph-user.h>
Packit 87b8d1
Packit 87b8d1
#endif /* __GFBGRAPH_H__ */