#include "magick/studio.h"#include "magick/client.h"#include "magick/string_.h"
Go to the source code of this file.
Functions | |
| MagickExport const char * | GetClientName (void) |
| MagickExport const char * | GetClientPath (void) |
| MagickExport const char * | SetClientName (const char *name) |
| MagickExport const char * | SetClientPath (const char *path) |
| MagickExport const char* GetClientName | ( | void | ) |
Definition at line 64 of file client.c.
References SetClientName().
Referenced by DefaultErrorHandler(), DefaultFatalErrorHandler(), DefaultWarningHandler(), TranslateEvent(), TranslateFilename(), and XUserPreferences().
| MagickExport const char* GetClientPath | ( | void | ) |
Definition at line 87 of file client.c.
References SetClientPath().
Referenced by GetConfigureBlob(), and GetConfigurePaths().
| MagickExport const char* SetClientName | ( | const char * | name | ) |
Definition at line 114 of file client.c.
References CopyMagickString(), and MaxTextExtent.
Referenced by GetClientName(), and MagickCoreGenesis().
| MagickExport const char* SetClientPath | ( | const char * | path | ) |
Definition at line 148 of file client.c.
References CopyMagickString(), and MaxTextExtent.
Referenced by GetClientPath(), and MagickCoreGenesis().
1.6.1