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:
Matthias Clasen 2006-04-03 18:09:05 +00:00 committed by Matthias Clasen
parent 6ff309a95c
commit 80cd74fd0e
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2006-04-03 Matthias Clasen <mclasen@redhat.com> 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/gtkmain.c: Get rid of an unnecessary static variable.
* gtk/gtktextlayout.c: Fix a warning. * gtk/gtktextlayout.c: Fix a warning.

View File

@ -1,5 +1,8 @@
2006-04-03 Matthias Clasen <mclasen@redhat.com> 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/gtkmain.c: Get rid of an unnecessary static variable.
* gtk/gtktextlayout.c: Fix a warning. * gtk/gtktextlayout.c: Fix a warning.

View File

@ -1018,7 +1018,7 @@ gtk_progress_bar_pulse (GtkProgressBar *pbar)
/** /**
* gtk_progress_bar_set_text: * gtk_progress_bar_set_text:
* @pbar: a #GtkProgressBar * @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. * Causes the given @text to appear superimposed on the progress bar.
**/ **/