The R Project SVN R

Rev

Rev 88805 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88805 Rev 88863
Line 1... Line 1...
1
/*
1
/*
2
 *  R : A Computer Language for Statistical Data Analysis
2
 *  R : A Computer Language for Statistical Data Analysis
3
 *  Copyright (C) 2001-24 The R Core Team.
3
 *  Copyright (C) 2001-25 The R Core Team.
4
 *
4
 *
5
 *  This header file is free software; you can redistribute it and/or modify
5
 *  This header file is free software; you can redistribute it and/or modify
6
 *  it under the terms of the GNU Lesser General Public License as published by
6
 *  it under the terms of the GNU Lesser General Public License as published by
7
 *  the Free Software Foundation; either version 2.1 of the License, or
7
 *  the Free Software Foundation; either version 2.1 of the License, or
8
 *  (at your option) any later version.
8
 *  (at your option) any later version.
Line 325... Line 325...
325
pGEDevDesc GEgetDevice(int);
325
pGEDevDesc GEgetDevice(int);
326
void GEaddDevice(pGEDevDesc);
326
void GEaddDevice(pGEDevDesc);
327
void GEaddDevice2(pGEDevDesc, const char *);
327
void GEaddDevice2(pGEDevDesc, const char *);
328
void GEaddDevice2f(pGEDevDesc, const char *, const char *);
328
void GEaddDevice2f(pGEDevDesc, const char *, const char *);
329
void GEkillDevice(pGEDevDesc);
329
void GEkillDevice(pGEDevDesc);
330
pDevDesc GEcreateDD();
330
pDevDesc GEcreateDD(void);
331
void GEfreeDD(pDevDesc dd);
331
void GEfreeDD(pDevDesc dd);
332
pGEDevDesc GEcreateDevDesc(pDevDesc dev);
332
pGEDevDesc GEcreateDevDesc(pDevDesc dev);
333
 
333
 
334
void GEdestroyDevDesc(pGEDevDesc dd);
334
void GEdestroyDevDesc(pGEDevDesc dd);
335
void *GEsystemState(pGEDevDesc dd, int index);
335
void *GEsystemState(pGEDevDesc dd, int index);