gtk+ r20905 - in trunk: . gtk



Author: murrayc
Date: Fri Jul 25 15:42:41 2008
New Revision: 20905
URL: http://svn.gnome.org/viewvc/gtk+?rev=20905&view=rev

Log:
2008-07-25  Murray Cumming  <murrayc murrayc com>

* gtk/gtkstatusicon.c (gtk_status_icon_class_init):
Documented the activate and popup-menu signals as being for use 
by applications and language bindings, though they are G_SIGNAL_ACTION, 
as stated in bug #361561.

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

Modified: trunk/gtk/gtkstatusicon.c
==============================================================================
--- trunk/gtk/gtkstatusicon.c	(original)
+++ trunk/gtk/gtkstatusicon.c	Fri Jul 25 15:42:41 2008
@@ -294,6 +294,9 @@
    * Gets emitted when the user activates the status icon. 
    * If and how status icons can activated is platform-dependent.
    *
+   * Unlike most G_SIGNAL_ACTION signals, this signal is meant to 
+   * be used by applications and should be wrapped by language bindings.
+   *
    * Since: 2.10
    */
   status_icon_signals [ACTIVATE_SIGNAL] =
@@ -322,6 +325,9 @@
    * The @button and @activate_time parameters should be 
    * passed as the last to arguments to gtk_menu_popup().
    *
+   * Unlike most G_SIGNAL_ACTION signals, this signal is meant to 
+   * be used by applications and should be wrapped by language bindings.
+   *
    * Since: 2.10
    */
   status_icon_signals [POPUP_MENU_SIGNAL] =



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]