Author: pwithnall
Date: Sun Feb 10 06:59:52 2008
New Revision: 19507
URL: http://svn.gnome.org/viewvc/gtk+?rev=19507&view=rev

Log:
2008-02-10  Philip Withnall  <[EMAIL PROTECTED]>

        * gtk/gtkbuilder.c: Improve the documentation for
        gtk_builder_connect_signals. (#514471)



Modified:
   trunk/ChangeLog
   trunk/gtk/gtkbuilder.c

Modified: trunk/gtk/gtkbuilder.c
==============================================================================
--- trunk/gtk/gtkbuilder.c      (original)
+++ trunk/gtk/gtkbuilder.c      Sun Feb 10 06:59:52 2008
@@ -850,6 +850,12 @@
  * Note that this function will not work correctly if #GModule is not
  * supported on the platform.
  *
+ * When compiling applications for Windows, you must declare signal callbacks
+ * with #G_MODULE_EXPORT, or they will not be put in the symbol table.
+ * On Linux and Unices, this is not necessary; applications should instead
+ * be compiled with the -Wl,--export-dynamic CFLAGS, and linked against
+ * gmodule-export-2.0.
+ *
  * Since: 2.12
  **/
 void
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to