]> Pileus Git - ~andy/gtk/commitdiff
GtkWidgetPath documentation tweaks
authorMatthias Clasen <mclasen@redhat.com>
Mon, 22 Nov 2010 02:50:43 +0000 (21:50 -0500)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:39:27 +0000 (15:39 +0100)
gtk/gtkwidgetpath.c

index cbf1308934cda6c864031fc5752b7b74b278443f..4bfacc10d9b1c4d27201e016c0dd7b4d98923856 100644 (file)
  * path abstraction is used in #GtkStyleContext on behalf of the real
  * widget in order to query style information.
  *
- * If you are using GTK+ widgets, there are many chances you don't
- * need this API directly, as there is gtk_widget_get_path(), and the
- * style context returned by gtk_widget_get_style_context() will be
- * automatically updated on widget hierarchy changes.
+ * If you are using GTK+ widgets, you probably will not need to use
+ * this API directly, as there is gtk_widget_get_path(), and the style
+ * context returned by gtk_widget_get_style_context() will be automatically
+ * updated on widget hierarchy changes.
  *
  * The widget path generation is generally simple:
  * <example>