aboutsummaryrefslogtreecommitdiff
path: root/hildon/hildon-stackable-window.c
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2009-06-13 13:47:34 +0300
committerClaudio Saavedra <csaavedra@igalia.com>2009-06-13 13:47:34 +0300
commit30145d2600fdb0a434350f631064cbfbbf9f03eb (patch)
tree09b9ee9ccb0562f9e788a8ea9fe2d22eab31afd7 /hildon/hildon-stackable-window.c
parenta7e62dc77b8fe59bf65c90775886090f17b44f98 (diff)
Remove redundant "represents" wording from most of the documentation.
Fixes: MB#4554 (Documentation: Annoying "represents" phrasing.)
Diffstat (limited to 'hildon/hildon-stackable-window.c')
-rw-r--r--hildon/hildon-stackable-window.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/hildon/hildon-stackable-window.c b/hildon/hildon-stackable-window.c
index 28943d7..317f35a 100644
--- a/hildon/hildon-stackable-window.c
+++ b/hildon/hildon-stackable-window.c
@@ -24,12 +24,12 @@
/**
* SECTION:hildon-stackable-window
- * @short_description: Widget representing a stackable, top-level window in the Hildon framework.
+ * @short_description: Stackable top-level window in the Hildon framework.
* @see_also: #HildonWindowStack, #HildonProgram, #HildonWindow
*
- * The #HildonStackableWindow is a GTK+ widget which represents a
- * top-level window in the Hildon framework. It is derived from
- * #HildonWindow. Applications that use stackable windows are organized
+ * The #HildonStackableWindow is a
+ * top-level window that can be stacked in a #HildonWindowStack. It is derived
+ * from #HildonWindow. Applications that use stackable windows are organized
* in a hierarchical way so users can go from any window back to the
* application's root window.
*