gtk+ r22426 - in trunk: . gtk



Author: matthiasc
Date: Sat Feb 28 19:26:14 2009
New Revision: 22426
URL: http://svn.gnome.org/viewvc/gtk+?rev=22426&view=rev

Log:
Make gtk-doc pick up deprecation notes


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

Modified: trunk/gtk/gtkaction.c
==============================================================================
--- trunk/gtk/gtkaction.c	(original)
+++ trunk/gtk/gtkaction.c	Sat Feb 28 19:26:14 2009
@@ -907,7 +907,7 @@
  *
  * Since: 2.4
  *
- * Deprecated 2.16: Use gtk_activatable_set_related_action() instead.
+ * Deprecated: 2.16: Use gtk_activatable_set_related_action() instead.
  */
 void
 gtk_action_connect_proxy (GtkAction *action,
@@ -932,7 +932,7 @@
  *
  * Since: 2.4
  *
- * Deprecated 2.16: Use gtk_activatable_set_related_action() instead.
+ * Deprecated: 2.16: Use gtk_activatable_set_related_action() instead.
  */
 void
 gtk_action_disconnect_proxy (GtkAction *action,
@@ -977,7 +977,7 @@
  *
  * Since: 2.10
  *
- * Deprecated 2.16: Use gtk_activatable_get_related_action() instead.
+ * Deprecated: 2.16: Use gtk_activatable_get_related_action() instead.
  */
 GtkAction*
 gtk_widget_get_action (GtkWidget *widget)
@@ -1591,7 +1591,7 @@
  * 
  * Since: 2.4
  *
- * Deprecated 2.16: activatables are now responsible for activating the
+ * Deprecated: 2.16: activatables are now responsible for activating the
  * action directly so this doesnt apply anymore.
  */
 void
@@ -1619,7 +1619,7 @@
  * 
  * Since: 2.4
  *
- * Deprecated 2.16: activatables are now responsible for activating the
+ * Deprecated: 2.16: activatables are now responsible for activating the
  * action directly so this doesnt apply anymore.
  */
 void



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