gtkmm r1016 - in trunk: . gtk/src



Author: murrayc
Date: Fri Jul 25 15:44:40 2008
New Revision: 1016
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1016&view=rev

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

* gtk/src/statusicon.hg: Remove the comment about the signals, 
because Matthias Clasen said they are really public API, 
in bug #361561.

Modified:
   trunk/ChangeLog
   trunk/gtk/src/statusicon.hg

Modified: trunk/gtk/src/statusicon.hg
==============================================================================
--- trunk/gtk/src/statusicon.hg	(original)
+++ trunk/gtk/src/statusicon.hg	Fri Jul 25 15:44:40 2008
@@ -164,14 +164,6 @@
   _WRAP_SIGNAL(bool size_changed(int size), size_changed)
 
   //TODO: Remove no_default_handler when we can break ABI.
-  /* These are keybinding signals, which should usually not be wrapped, 
-     unless there is explicit documentation saying that the should be 
-     used by applications. We have asked repeatedly for clarification about these 
-     particular signals, but received no clear answer.
-     We have decided to take the risk, because they really do seem to be necessary,
-     for responding to status icon activation and requests to show their popup menu.
-     murrayc.
-   */
   _WRAP_SIGNAL(void activate(), activate, no_default_handler)
   _WRAP_SIGNAL(void popup_menu(guint button, guint32 activate_time), popup_menu, no_default_handler)
 };



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