mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Typo fix. (#388123, Murray Cumming)
* gtk/gtkfilechooserembed.c (_gtk_file_chooser_embed_set_delegate()): Typo fix. (#388123, Murray Cumming)
This commit is contained in:
parent
34dc82c312
commit
6f581dd268
@ -1,5 +1,8 @@
|
||||
2006-12-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserembed.c (_gtk_file_chooser_embed_set_delegate()):
|
||||
Typo fix. (#388123, Murray Cumming)
|
||||
|
||||
* gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event):
|
||||
Generate double-click events. (#380421, Tommi Komulainen)
|
||||
|
||||
|
@ -69,8 +69,8 @@ _gtk_file_chooser_embed_delegate_iface_init (GtkFileChooserEmbedIface *iface)
|
||||
*
|
||||
* Establishes that calls on @receiver for #GtkFileChooser methods should be
|
||||
* delegated to @delegate, and that #GtkFileChooser signals emitted on @delegate
|
||||
* should be forwarded to @receiver. Must be used in confunction with
|
||||
* _gtk_file_chooser_delegate_iface_init().
|
||||
* should be forwarded to @receiver. Must be used in conjunction with
|
||||
* _gtk_file_chooser_embed_delegate_iface_init().
|
||||
**/
|
||||
void
|
||||
_gtk_file_chooser_embed_set_delegate (GtkFileChooserEmbed *receiver,
|
||||
|
Loading…
Reference in New Issue
Block a user