gflSetPluginsPathname

GFL SDK

gflSetPluginsPathname

The gflSetPluginsPathname function allows to set a Plugin's folder. Be careful, this function must be called before gflLibraryInit.

void gflSetPluginsPathname(
  const char * pathname
);

Parameters

    pathname
    Pointer to a null-terminated string that contains the pathname of plugins.

See also