mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Fix doc typo. (#314921, Guillaume Cottenceau)
2005-09-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc typo. (#314921, Guillaume Cottenceau)
This commit is contained in:
parent
94eec04267
commit
9a4ec3526d
@ -1,5 +1,8 @@
|
||||
2005-09-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc
|
||||
typo. (#314921, Guillaume Cottenceau)
|
||||
|
||||
* gdk/*.c: Intern some more strings.
|
||||
* gtk/gtkintl.h:
|
||||
* gtk/*.c: Define an I_() macro and use it instead of the
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-09-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc
|
||||
typo. (#314921, Guillaume Cottenceau)
|
||||
|
||||
* gdk/*.c: Intern some more strings.
|
||||
* gtk/gtkintl.h:
|
||||
* gtk/*.c: Define an I_() macro and use it instead of the
|
||||
|
@ -1477,7 +1477,7 @@ gtk_action_set_accel_path (GtkAction *action,
|
||||
* Since: 2.6
|
||||
*
|
||||
* Returns: the accel path for this action, or %NULL
|
||||
* if none is set. The returned string is owned by GTK+
|
||||
* if none is set. The returned string is owned by GTK+
|
||||
* and must not be freed or modified.
|
||||
*/
|
||||
G_CONST_RETURN gchar *
|
||||
@ -1500,7 +1500,7 @@ gtk_action_get_accel_path (GtkAction *action)
|
||||
* Since: 2.8
|
||||
*
|
||||
* Returns: the accel closure for this action. The returned closure is
|
||||
* owned by GTK+ must and not be unrefed or modified.
|
||||
* owned by GTK+ and must not be unreffed or modified.
|
||||
*/
|
||||
GClosure *
|
||||
gtk_action_get_accel_closure (GtkAction *action)
|
||||
|
Loading…
Reference in New Issue
Block a user