mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Add some more docs. (#319722, Paolo Borelli)
2005-10-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Add some more docs. (#319722, Paolo Borelli)
This commit is contained in:
parent
f10f85793d
commit
86b656aa52
@ -1,5 +1,8 @@
|
||||
2005-10-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Add some
|
||||
more docs. (#319722, Paolo Borelli)
|
||||
|
||||
* gdk/x11/gdkxftdefaults.c (init_xft_settings): Make the
|
||||
initialization of screen_x11->xft_rgba more explicit. (#319627,
|
||||
Bogdan Nicula)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-10-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Add some
|
||||
more docs. (#319722, Paolo Borelli)
|
||||
|
||||
* gdk/x11/gdkxftdefaults.c (init_xft_settings): Make the
|
||||
initialization of screen_x11->xft_rgba more explicit. (#319627,
|
||||
Bogdan Nicula)
|
||||
|
@ -379,7 +379,8 @@ list_foreach (gpointer data, gpointer user_data)
|
||||
* @data: user data
|
||||
*
|
||||
* Calls @func on each tag in @table, with user data @data.
|
||||
*
|
||||
* Note that the table may not be modified while iterating
|
||||
* over it (you can't add/remove tags).
|
||||
**/
|
||||
void
|
||||
gtk_text_tag_table_foreach (GtkTextTagTable *table,
|
||||
|
Loading…
Reference in New Issue
Block a user