author | rosfran |
Wed May 23 16:11:29 2007 +0100 (2007-05-23) | |
branch | trunk |
changeset 698 | 9019388af980 |
parent 578 | 9e589622f097 |
child 701 | 2f28edb4d804 |
permissions | -rw-r--r-- |
renatofilho@187 | 1 |
/** |
renatofilho@187 | 2 |
* GMyth Library |
renatofilho@187 | 3 |
* |
renatofilho@187 | 4 |
* @file gmyth/gmyth.h |
renatofilho@187 | 5 |
* |
renatofilho@187 | 6 |
* |
renatofilho@187 | 7 |
* Copyright (C) 2006 INdT - Instituto Nokia de Tecnologia. |
renatofilho@187 | 8 |
* @author Renato Filho <renato.filho@indt.org.br> |
renatofilho@187 | 9 |
* |
rosfran@698 | 10 |
*//* |
rosfran@698 | 11 |
* |
rosfran@698 | 12 |
* This program is free software; you can redistribute it and/or modify |
rosfran@698 | 13 |
* it under the terms of the GNU Lesser General Public License as published by |
rosfran@698 | 14 |
* the Free Software Foundation; either version 2 of the License, or |
rosfran@698 | 15 |
* (at your option) any later version. |
rosfran@698 | 16 |
* |
rosfran@698 | 17 |
* This program is distributed in the hope that it will be useful, |
rosfran@698 | 18 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
rosfran@698 | 19 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
rosfran@698 | 20 |
* GNU General Public License for more details. |
rosfran@698 | 21 |
* |
rosfran@698 | 22 |
* You should have received a copy of the GNU Lesser General Public License |
rosfran@698 | 23 |
* along with this program; if not, write to the Free Software |
rosfran@698 | 24 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
rosfran@698 | 25 |
*/ |
renatofilho@187 | 26 |
|
renatofilho@187 | 27 |
|
renatofilho@187 | 28 |
|
renatofilho@187 | 29 |
#ifndef _GMYTH_H_ |
renatofilho@187 | 30 |
#define _GMYTH_H_ |
renatofilho@187 | 31 |
|
rosfran@578 | 32 |
#include <gmyth/gmyth_backendinfo.h> |
rosfran@578 | 33 |
#include <gmyth/gmyth_common.h> |
rosfran@578 | 34 |
#include <gmyth/gmyth_debug.h> |
rosfran@578 | 35 |
#include <gmyth/gmyth_epg.h> |
rosfran@578 | 36 |
#include <gmyth/gmyth_file.h> |
rosfran@578 | 37 |
#include <gmyth/gmyth_file_local.h> |
rosfran@578 | 38 |
#include <gmyth/gmyth_file_transfer.h> |
rosfran@578 | 39 |
#include <gmyth/gmyth_livetv.h> |
rosfran@578 | 40 |
#include <gmyth/gmyth_monitor_handler.h> |
rosfran@578 | 41 |
#include <gmyth/gmyth_programinfo.h> |
rosfran@578 | 42 |
#include <gmyth/gmyth_query.h> |
rosfran@578 | 43 |
#include <gmyth/gmyth_recorder.h> |
rosfran@578 | 44 |
#include <gmyth/gmyth_remote_util.h> |
rosfran@578 | 45 |
#include <gmyth/gmyth_scheduler.h> |
rosfran@578 | 46 |
#include <gmyth/gmyth_socket.h> |
rosfran@578 | 47 |
#include <gmyth/gmyth_stringlist.h> |
rosfran@578 | 48 |
#include <gmyth/gmyth_tvchain.h> |
rosfran@578 | 49 |
#include <gmyth/gmyth_uri.h> |
rosfran@578 | 50 |
#include <gmyth/gmyth_util.h> |
rosfran@578 | 51 |
#include <gmyth/gmyth_http.h> |
rosfran@578 | 52 |
#include <gmyth/gmyth_vlc.h> |
rosfran@578 | 53 |
#include <gmyth/gmyth_jobqueue.h> |
rosfran@578 | 54 |
#include <gmyth/gmyth_transcoder.h> |
rosfran@578 | 55 |
#include <gmyth/gmyth_recprofile.h> |
renatofilho@187 | 56 |
|
renatofilho@187 | 57 |
#endif /* _GMYTH_H_ */ |