]> Pileus Git - ~andy/gtk/commitdiff
Documented the activate and popup-menu signals as being for use by
authorMurray Cumming <murrayc@murrayc.com>
Fri, 25 Jul 2008 15:42:41 +0000 (15:42 +0000)
committerMurray Cumming <murrayc@src.gnome.org>
Fri, 25 Jul 2008 15:42:41 +0000 (15:42 +0000)
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.

svn path=/trunk/; revision=20905

ChangeLog
gtk/gtkstatusicon.c

index 226cd18b89e37bc19838422a55acf654d4fb1fcc..83aa8941f167fac6691f17db5dfeac370d4a5cf0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
 2008-07-24  Sebastien Bacher  <seb128@ubuntu.com>
 
        * modules/printbackends/cups/gtkprintbackendcups.c:
index 9a9be083a59e2d6c4e920bbc013398d927ad51b3..52b8d85662feabed38020594bd20da3a121f2cac 100644 (file)
@@ -294,6 +294,9 @@ gtk_status_icon_class_init (GtkStatusIconClass *class)
    * 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 @@ gtk_status_icon_class_init (GtkStatusIconClass *class)
    * 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] =