gmyth/src/gmyth.h
author rosfran
Tue Mar 27 21:31:34 2007 +0100 (2007-03-27)
branchtrunk
changeset 463 771f91aa9d5d
parent 383 4071ea7f32e6
child 558 f63fe1bc2d82
permissions -rw-r--r--
[svn r468] Function to free the remotely allocated TV tuner.
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
renatofilho@187
    32
#include <gmyth_backendinfo.h>
renatofilho@187
    33
#include <gmyth_common.h>
renatofilho@187
    34
#include <gmyth_debug.h>
renatofilho@187
    35
#include <gmyth_epg.h>
renatofilho@187
    36
#include <gmyth_file_transfer.h>
renatofilho@187
    37
#include <gmyth_livetv.h>
leo_sobral@213
    38
#include <gmyth_monitor_handler.h>
renatofilho@187
    39
#include <gmyth_programinfo.h>
renatofilho@187
    40
#include <gmyth_query.h>
renatofilho@187
    41
#include <gmyth_recorder.h>
renatofilho@187
    42
#include <gmyth_remote_util.h>
renatofilho@187
    43
#include <gmyth_scheduler.h>
renatofilho@187
    44
#include <gmyth_socket.h>
renatofilho@187
    45
#include <gmyth_stringlist.h>
renatofilho@187
    46
#include <gmyth_tvchain.h>
renatofilho@187
    47
#include <gmyth_uri.h>
renatofilho@187
    48
#include <gmyth_util.h>
morphbr@266
    49
#include <gmyth_http.h>
morphbr@329
    50
#include <gmyth_vlc.h>
morphbr@379
    51
#include <gmyth_jobqueue.h>
melunko@393
    52
#include <gmyth_transcoder.h>
morphbr@383
    53
#include <gmyth_recprofile.h>
renatofilho@187
    54
renatofilho@187
    55
#endif /* _GMYTH_H_ */