Blame libgupnp-av/gupnp-av.h

Packit 712bc5
/*
Packit 712bc5
 * Copyright (C) 2007 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Packit 712bc5
 * Copyright (C) 2006, 2007, 2008 OpenedHand Ltd.
Packit 712bc5
 *
Packit 712bc5
 * Author: Zeeshan Ali Khattak <zeenix@gstreamer.net>
Packit 712bc5
 *         Jorn Baayen <jorn@openedhand.com>
Packit 712bc5
 *
Packit 712bc5
 * This library is free software; you can redistribute it and/or
Packit 712bc5
 * modify it under the terms of the GNU Library General Public
Packit 712bc5
 * License as published by the Free Software Foundation; either
Packit 712bc5
 * version 2 of the License, or (at your option) any later version.
Packit 712bc5
 *
Packit 712bc5
 * This library is distributed in the hope that it will be useful,
Packit 712bc5
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 712bc5
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 712bc5
 * Library General Public License for more details.
Packit 712bc5
 *
Packit 712bc5
 * You should have received a copy of the GNU Library General Public
Packit 712bc5
 * License along with this library; if not, write to the
Packit 712bc5
 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Packit 712bc5
 * Boston, MA 02110-1301, USA.
Packit 712bc5
 */
Packit 712bc5
Packit 712bc5
#include "gupnp-av-enums.h"
Packit 712bc5
#include "gupnp-didl-lite-object.h"
Packit 712bc5
#include "gupnp-didl-lite-container.h"
Packit 712bc5
#include "gupnp-didl-lite-createclass.h"
Packit 712bc5
#include "gupnp-didl-lite-item.h"
Packit 712bc5
#include "gupnp-didl-lite-parser.h"
Packit 712bc5
#include "gupnp-didl-lite-resource.h"
Packit 712bc5
#include "gupnp-didl-lite-descriptor.h"
Packit 712bc5
#include "gupnp-didl-lite-writer.h"
Packit 712bc5
#include "gupnp-protocol-info.h"
Packit 712bc5
#include "gupnp-search-criteria-parser.h"
Packit 712bc5
#include "gupnp-last-change-parser.h"
Packit 712bc5
#include "gupnp-cds-last-change-parser.h"
Packit 712bc5
#include "gupnp-feature.h"
Packit 712bc5
#include "gupnp-feature-list-parser.h"
Packit 712bc5
#include "gupnp-dlna.h"
Packit 712bc5
#include "gupnp-media-collection.h"