mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
Make gtk-doc pick up deprecation notes
svn path=/trunk/; revision=22426
This commit is contained in:
parent
3fe8e4e554
commit
7ab372c6ca
@ -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>
|
||||
|
||||
Bug 573287 – Warning on startup
|
||||
|
@ -907,7 +907,7 @@ _gtk_action_remove_from_proxy_list (GtkAction *action,
|
||||
*
|
||||
* 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 @@ gtk_action_connect_proxy (GtkAction *action,
|
||||
*
|
||||
* 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 @@ gtk_action_get_proxies (GtkAction *action)
|
||||
*
|
||||
* 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 @@ gtk_action_get_gicon (GtkAction *action)
|
||||
*
|
||||
* 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 @@ gtk_action_block_activate_from (GtkAction *action,
|
||||
*
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user