mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Fix typos in signal docs. (#153224, John Finlay)
2004-09-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkactiongroup.c: Fix typos in signal docs. (#153224, John Finlay)
This commit is contained in:
parent
4531b37582
commit
ea9d3fa5fe
@ -1,3 +1,8 @@
|
||||
2004-09-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkactiongroup.c: Fix typos in signal docs. (#153224,
|
||||
John Finlay)
|
||||
|
||||
Mon Sep 20 19:44:58 2004 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_activate_iter): Don't
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-09-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkactiongroup.c: Fix typos in signal docs. (#153224,
|
||||
John Finlay)
|
||||
|
||||
Mon Sep 20 19:44:58 2004 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_activate_iter): Don't
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-09-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkactiongroup.c: Fix typos in signal docs. (#153224,
|
||||
John Finlay)
|
||||
|
||||
Mon Sep 20 19:44:58 2004 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_activate_iter): Don't
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-09-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkactiongroup.c: Fix typos in signal docs. (#153224,
|
||||
John Finlay)
|
||||
|
||||
Mon Sep 20 19:44:58 2004 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_activate_iter): Don't
|
||||
|
@ -152,7 +152,7 @@ gtk_action_group_class_init (GtkActionGroupClass *klass)
|
||||
G_PARAM_READWRITE));
|
||||
|
||||
/**
|
||||
* GtkGroupAction::connect-proxy:
|
||||
* GtkActionGroup::connect-proxy:
|
||||
* @action_group: the group
|
||||
* @action: the action
|
||||
* @proxy: the proxy
|
||||
@ -180,7 +180,7 @@ gtk_action_group_class_init (GtkActionGroupClass *klass)
|
||||
GTK_TYPE_ACTION, GTK_TYPE_WIDGET);
|
||||
|
||||
/**
|
||||
* GtkAction::disconnect-proxy:
|
||||
* GtkActionGroup::disconnect-proxy:
|
||||
* @action_group: the group
|
||||
* @action: the action
|
||||
* @proxy: the proxy
|
||||
|
Loading…
Reference in New Issue
Block a user