diff options
author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2007-01-10 13:25:10 +0000 |
---|---|---|
committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2007-01-10 13:25:10 +0000 |
commit | 22851021f35d76c849b55da808da2b3e44eef3c7 (patch) | |
tree | 10ab9ccce63973433339099bb8d92562fce15310 /src/itdb_device.c | |
parent | 7059deadd2033874da83c3779194c614757393f1 (diff) | |
download | libgpod-22851021f35d76c849b55da808da2b3e44eef3c7.tar.gz libgpod-22851021f35d76c849b55da808da2b3e44eef3c7.tar.xz libgpod-22851021f35d76c849b55da808da2b3e44eef3c7.zip |
applied Todd Zullinger's patch fixing warnings when building the documentation
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1355 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb_device.c')
-rw-r--r-- | src/itdb_device.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/itdb_device.c b/src/itdb_device.c index a0f746b..a66a2bc 100644 --- a/src/itdb_device.c +++ b/src/itdb_device.c @@ -413,6 +413,7 @@ static void write_sysinfo_entry (const gchar *key, /** * itdb_device_write_sysinfo: * @device: an #Itdb_Device + * @error: return location for a #GError or NULL * * Fills the SysInfo file with information in device->sysinfo. Note: * no directories are created if not already existent. @@ -733,7 +734,8 @@ const Itdb_IpodInfo *itdb_info_get_ipod_info_table (void) /** - * itdb_info_get_ipod_model_string: + * itdb_info_get_ipod_model_name_string: + * @model: an #Itdb_IpodModel * * Return the iPod's generic model name, like "Color", "Nano"... * @@ -757,6 +759,7 @@ const gchar *itdb_info_get_ipod_model_name_string (Itdb_IpodModel model) /** * itdb_info_get_ipod_generation_string: + * @generation: an #Itdb_IpodGeneration * * Return the iPod's generic generation name, like "First Generation", * "Mobile Phone"... |