Add a note about g_simple_async_result_set_op_res_pointer change
[platform/upstream/glib.git] / gmodule / gmodule-beos.c
index edd6b89..c54eed9 100644 (file)
@@ -23,6 +23,7 @@
 /* 
  * MT safe
  */
 /* 
  * MT safe
  */
+#include "config.h"
 
 #include <be/kernel/image.h> /* image (aka DSO) handling functions... */
 
 
 #include <be/kernel/image.h> /* image (aka DSO) handling functions... */
 
@@ -48,6 +49,9 @@
  * different image_id's. While this means that we don't have to worry about 
  * reference counts, it could lead to problems in the future....
  * richard.
  * different image_id's. While this means that we don't have to worry about 
  * reference counts, it could lead to problems in the future....
  * richard.
+ *
+ * load_add_on() apparently does not support lazy or local binding.  Need
+ * to confirm that the actual behavior is non-lazy/local.  --ds
  */
 
 #include <Errors.h>
  */
 
 #include <Errors.h>
@@ -56,7 +60,8 @@
 /* --- functions --- */
 static gpointer
 _g_module_open (const gchar *file_name,
 /* --- functions --- */
 static gpointer
 _g_module_open (const gchar *file_name,
-               gboolean     bind_lazy)
+               gboolean     bind_lazy,
+               gboolean     bind_local)
 {
   image_id handle;
   
 {
   image_id handle;