gmyth/src/gmyth.h
author rosfran
Tue May 15 21:39:04 2007 +0100 (2007-05-15)
branchtrunk
changeset 655 ad1457d65f74
parent 558 f63fe1bc2d82
child 698 9019388af980
permissions -rw-r--r--
[svn r661] Fixed starvation loop when reading an unlimited-size buffer (LiveTV) from the FileTransfer; MonitorHandler is a GThread now.
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
 *
renatofilho@187
    10
 *//*
renatofilho@187
    11
 * 
renatofilho@187
    12
 * This program is free software; you can redistribute it and/or modify
renatofilho@187
    13
 * it under the terms of the GNU Lesser General Public License as published by
renatofilho@187
    14
 * the Free Software Foundation; either version 2 of the License, or
renatofilho@187
    15
 * (at your option) any later version.
renatofilho@187
    16
 *
renatofilho@187
    17
 * This program is distributed in the hope that it will be useful,
renatofilho@187
    18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
renatofilho@187
    19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
renatofilho@187
    20
 * GNU General Public License for more details.
renatofilho@187
    21
 *
renatofilho@187
    22
 * You should have received a copy of the GNU Lesser General Public License
renatofilho@187
    23
 * along with this program; if not, write to the Free Software
renatofilho@187
    24
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
renatofilho@187
    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_ */