changeset 2051:27aa778eb73c trunk

[svn] - add some missing docs
author nenolod
date Mon, 04 Dec 2006 02:07:12 -0800
parents e6b15b72feac
children 5e7744e13f19
files ChangeLog libaudacious/titlestring.c
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Dec 04 02:05:30 2006 -0800
+++ b/ChangeLog	Mon Dec 04 02:07:12 2006 -0800
@@ -1,3 +1,12 @@
+2006-12-04 10:05:30 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [3103]
+  - document the tuple system
+  
+  trunk/doc/libaudacious/tmpl/titlestring.sgml |    4 +--
+  trunk/libaudacious/titlestring.c             |   30 ++++++++++++++++++++++++++-
+  2 files changed, 31 insertions(+), 3 deletions(-)
+
+
 2006-12-04 09:56:48 +0000  William Pitcock <nenolod@nenolod.net>
   revision [3101]
   - document ConfigDB.
--- a/libaudacious/titlestring.c	Mon Dec 04 02:05:30 2006 -0800
+++ b/libaudacious/titlestring.c	Mon Dec 04 02:07:12 2006 -0800
@@ -43,6 +43,8 @@
  * bmp_title_input_new:
  *
  * #BmpTitleInput tuple factory.
+ *
+ * Return value: A #BmpTitleInput object.
  **/
 BmpTitleInput *
 bmp_title_input_new()