mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
Mention that %NULL is allowed. (#336937, Christian Neumair)
2006-04-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Mention that %NULL is allowed. (#336937, Christian Neumair)
This commit is contained in:
parent
6ff309a95c
commit
80cd74fd0e
@ -1,5 +1,8 @@
|
||||
2006-04-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Mention
|
||||
that %NULL is allowed. (#336937, Christian Neumair)
|
||||
|
||||
* gtk/gtkmain.c: Get rid of an unnecessary static variable.
|
||||
|
||||
* gtk/gtktextlayout.c: Fix a warning.
|
||||
|
@ -1,5 +1,8 @@
|
||||
2006-04-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Mention
|
||||
that %NULL is allowed. (#336937, Christian Neumair)
|
||||
|
||||
* gtk/gtkmain.c: Get rid of an unnecessary static variable.
|
||||
|
||||
* gtk/gtktextlayout.c: Fix a warning.
|
||||
|
@ -1018,7 +1018,7 @@ gtk_progress_bar_pulse (GtkProgressBar *pbar)
|
||||
/**
|
||||
* gtk_progress_bar_set_text:
|
||||
* @pbar: a #GtkProgressBar
|
||||
* @text: a UTF-8 string
|
||||
* @text: a UTF-8 string, or %NULL
|
||||
*
|
||||
* Causes the given @text to appear superimposed on the progress bar.
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user