diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-05-23 14:14:32 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-05-23 14:19:30 -0400 |
commit | 16bca98305486a4e75356276a33753efcfa344ed (patch) | |
tree | 3f63176633316c140226df414b73b0c1c5079ecd /gtk/gtkinfobar.c | |
parent | b5d52a209d9cc8b0e8cc5245981d84eaa9c8255b (diff) | |
download | gtk+-16bca98305486a4e75356276a33753efcfa344ed.tar.gz |
infobar: Update documentation
Remove explicit reference to color from the
gtk_info_bar_set_message_type() docs.
https://bugzilla.gnome.org/show_bug.cgi?id=759037
Diffstat (limited to 'gtk/gtkinfobar.c')
-rw-r--r-- | gtk/gtkinfobar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c index 507fb0cb8f..cc5a5b7104 100644 --- a/gtk/gtkinfobar.c +++ b/gtk/gtkinfobar.c @@ -1118,8 +1118,8 @@ gtk_info_bar_buildable_custom_finished (GtkBuildable *buildable, * @message_type: a #GtkMessageType * * Sets the message type of the message area. - * GTK+ uses this type to determine what color to use - * when drawing the message area. + * + * GTK+ uses this type to determine how the message is displayed. * * Since: 2.18 */ |