X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=www%2Fapi%2Fmodule.html;h=69f6fb2d028f1ed51365bd6602de443b8b240f1b;hb=e5b2d1627742cf201f0cf8ae06ad3626a91f0c55;hp=0cb6999f8e0d6272d40800ebcf8add3a125a5a70;hpb=fcb4db1026eeadb14471129e312341b54a0dd142;p=imagemagick diff --git a/www/api/module.html b/www/api/module.html index 0cb6999f8..69f6fb2d0 100644 --- a/www/api/module.html +++ b/www/api/module.html @@ -1,21 +1,18 @@ - + - - - - - - ImageMagick: MagickCore, C API for ImageMagick: Loadable Modules + + + ImageMagick: MagickCore, C API for ImageMagick: Loadable Modules + + + - @@ -24,6 +21,12 @@ + + + + @@ -42,115 +45,124 @@ style="width: 114px; height: 118px; border: 0px; float: right;" /> -
+
+
- -
- - +
+ +
@@ -222,7 +234,7 @@ _8c.html" target="source" name="GetModuleInfoList">GetModuleInfoList
   const ModuleInfo **GetModuleInfoList(const char *pattern,
-    unsigned long *number_modules,ExceptionInfo *exception)
+    size_t *number_modules,ExceptionInfo *exception)
 

A description of each parameter follows:

@@ -246,8 +258,8 @@ _8c.html" target="source" name="GetModuleList">GetModuleList

The format of the GetModuleList function is:

-  char **GetModuleList(const char *pattern,unsigned long *number_modules,
-    ExceptionInfo *exception)
+  char **GetModuleList(const char *pattern,const MagickModuleType type,
+    size_t *number_modules,ExceptionInfo *exception)
 

A description of each parameter follows:

@@ -255,6 +267,9 @@ _8c.html" target="source" name="GetModuleList">GetModuleList
pattern

    Specifies a pointer to a text string containing a pattern.

+
type
+

    choose from MagickImageCoderModule or MagickImageFilterModule.

+
number_modules

    This integer returns the number of modules in the list.

@@ -516,10 +531,10 @@ _8c.html" target="source" name="UnregisterModule">UnregisterModule
@@ -528,5 +543,16 @@ _8c.html" target="source" name="UnregisterModule">UnregisterModule Contact the Wizards
+