changed the return type for the GModuleCheckInit function to be a string,
[platform/upstream/glib.git] / gmodule / libgplugin_b.c
index d968975..2d2de96 100644 (file)
  */
 #include        <gmodule.h>
 
-G_MODULE_EXPORT gboolean
+G_MODULE_EXPORT const gchar*
 g_module_check_init (GModule *module)
 {
   g_print ("GPluginB: check-init\n");
 
-  return 0;
+  return NULL;
 }
 
 G_MODULE_EXPORT void