[svn r394] gmyth version incremented to 0.2. gmyth_transcoder start/pause/cancel/resume methods added.
4 * @file gmyth/gmyth_jobqueue.h
6 * @brief <p> Library to use JobQueue from mythbackend
8 * Copyright (C) 2007 INdT - Instituto Nokia de Tecnologia.
9 * @author Artur Duque de Souza <artur.souza@indt.org.br>
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU Lesser General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
22 * You should have received a copy of the GNU Lesser General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
27 #ifndef __GMYTH_JOBQUEUE_H__
28 #define __GMYTH_JOBQUEUE_H__
30 #include <glib-object.h>
37 #include <glib/gprintf.h>
39 #include "gmyth_stringlist.h"
40 #include "gmyth_backendinfo.h"
41 #include "gmyth_transcode.h"
42 #include "gmyth_socket.h"
43 #include "gmyth_util.h"
47 gint gmyth_jobqueue_add_job (GMythTranscoder* transcode, gchar* job);
48 gint gmyth_jobqueue_change_cmd (GMythTranscoder* transcode, gchar* action,
53 #endif /* __GMYTH_JOBQUEUE_H__ */