Make gtk-doc pick up deprecation notes

svn path=/trunk/; revision=22426
This commit is contained in:
Matthias Clasen 2009-02-28 19:26:14 +00:00
parent 3fe8e4e554
commit 7ab372c6ca
2 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,10 @@
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 572273 No replacement documented for gtk_action_connect_proxy()
* gtk/gtkaction.c: Make gtk-doc pick up deprecation notes.
Insisted on by Andre Klapper.
2009-02-28 Matthias Clasen <mclasen@redhat.com> 2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 573287 Warning on startup Bug 573287 Warning on startup

View File

@ -907,7 +907,7 @@ _gtk_action_remove_from_proxy_list (GtkAction *action,
* *
* Since: 2.4 * Since: 2.4
* *
* Deprecated 2.16: Use gtk_activatable_set_related_action() instead. * Deprecated: 2.16: Use gtk_activatable_set_related_action() instead.
*/ */
void void
gtk_action_connect_proxy (GtkAction *action, gtk_action_connect_proxy (GtkAction *action,
@ -932,7 +932,7 @@ gtk_action_connect_proxy (GtkAction *action,
* *
* Since: 2.4 * Since: 2.4
* *
* Deprecated 2.16: Use gtk_activatable_set_related_action() instead. * Deprecated: 2.16: Use gtk_activatable_set_related_action() instead.
*/ */
void void
gtk_action_disconnect_proxy (GtkAction *action, gtk_action_disconnect_proxy (GtkAction *action,
@ -977,7 +977,7 @@ gtk_action_get_proxies (GtkAction *action)
* *
* Since: 2.10 * Since: 2.10
* *
* Deprecated 2.16: Use gtk_activatable_get_related_action() instead. * Deprecated: 2.16: Use gtk_activatable_get_related_action() instead.
*/ */
GtkAction* GtkAction*
gtk_widget_get_action (GtkWidget *widget) gtk_widget_get_action (GtkWidget *widget)
@ -1591,7 +1591,7 @@ gtk_action_get_gicon (GtkAction *action)
* *
* Since: 2.4 * 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. * action directly so this doesnt apply anymore.
*/ */
void void
@ -1619,7 +1619,7 @@ gtk_action_block_activate_from (GtkAction *action,
* *
* Since: 2.4 * 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. * action directly so this doesnt apply anymore.
*/ */
void void