summaryrefslogtreecommitdiff
path: root/gtk/gtkprogressbar.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-04-03 18:09:05 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-04-03 18:09:05 +0000
commit80cd74fd0ed12f85fec00802500405067081ca37 (patch)
tree7d68eadec843b73299f308c3852f08310d46a0e0 /gtk/gtkprogressbar.c
parent6ff309a95cfc1effd281cf12539fcb1ef3b5983b (diff)
downloadgtk+-80cd74fd0ed12f85fec00802500405067081ca37.tar.gz
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)
Diffstat (limited to 'gtk/gtkprogressbar.c')
-rw-r--r--gtk/gtkprogressbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c
index f574f28186..75edf5f810 100644
--- a/gtk/gtkprogressbar.c
+++ b/gtk/gtkprogressbar.c
@@ -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.
**/