Documented the activate and popup-menu signals as being for use by
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
This commit is contained in:
committed by
Murray Cumming
parent
862fde72de
commit
72bf940716
@@ -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:
|
||||
|
||||
@@ -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] =
|
||||
|
||||
Reference in New Issue
Block a user