gboolean gdk_magick_init(gint *argc, gchar **argv [])

Initialize the GdkMagick library

Documentation

Initialize the GdkMagick library. This function initializes the library's internal data structures and creates a default visual and colormap that applications may use.

NOTE: This function must be called after calling gdk_init or gtk_init. This function takes the place of gdk_rgb_init in applications which use GdkRGB in addition to GdkMagick.

Returns:
TRUE if the initialization was successful, FALSE otherwise
Parameters:
argc - Pointer to the number of command-line arguments
argv - Pointer to the list of command-line arguments

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.