From 59c1677f44a7215754f155a20189572fb9dc4233 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sat, 1 Nov 2003 18:32:48 +0000 Subject: method to get plugin and parameters help CVS patchset: 5668 CVS date: 2003/11/01 18:32:48 --- include/xine.h.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/xine.h.in b/include/xine.h.in index 82d361403..c31b0506a 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.101 2003/10/28 16:59:03 mroi Exp $ + * $Id: xine.h.in,v 1.102 2003/11/01 18:32:48 miguelfreitas Exp $ * * public xine-lib (libxine) interface and documentation * @@ -710,6 +710,11 @@ typedef struct { * method to get params struct definition */ xine_post_api_descr_t * (*get_param_descr) (void); + + /* + * method to get plugin and parameters help + */ + char * (*get_help) (void); } xine_post_api_t; /* post parameter types */ -- cgit v1.2.3