diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-01-22 19:21:02 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-01-22 19:21:02 +0000 |
commit | b96b62b89cadc96e8a1612d7e33db99bfe58d82f (patch) | |
tree | 41da9208b3dd3589b214a196d110e6c4eb4cb83a /docs | |
parent | 998751f0539a86d7931a8558943854243314e594 (diff) | |
download | pango-b96b62b89cadc96e8a1612d7e33db99bfe58d82f.tar.gz |
Added "Since:" in the doc example.
2006-01-22 Behdad Esfahbod <behdad@gnome.org>
* docs/TEXT/coding-style: Added "Since:" in the doc example.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TEXT/coding-style | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/TEXT/coding-style b/docs/TEXT/coding-style index 04526c9c..f58b0d2b 100644 --- a/docs/TEXT/coding-style +++ b/docs/TEXT/coding-style @@ -63,6 +63,8 @@ in the gtk-doc / gnome-doc style. For instance: * index is out of range. This layout line can * be ref'ed and retained, but will become invalid * if changes are made to the #PangoLayout. + * + * Since: 1.6 **/ PangoLayoutLine * pango_layout_get_line (PangoLayout *layout, |