Init and loading
Init and loading — Module loading and various registration
|
|
Details
gnome_scan_init ()
void gnome_scan_init (gint *argc,
gchar ***argv);
This function must be called before any other gnome_scan
function. It initialize GnomeScanModules and register various
stuffs like GtkStockItem, etc.
argc : |
a pointer to arg count
|
argv : |
a pointer to arg values.
|