commit 37193659ab03959b4ed498307fe91d265dc33c95 Author: Christophe Fergeau <cferg...@mandriva.com> Date: Thu Oct 22 00:09:43 2009 +0200
add itdb_sysinfo_extended_get_db_version src/itdb_sysinfo_extended_parser.c | 7 +++++++ src/itdb_sysinfo_extended_parser.h | 2 ++ 2 files changed, 9 insertions(+), 0 deletions(-) --- diff --git a/src/itdb_sysinfo_extended_parser.c b/src/itdb_sysinfo_extended_parser.c index ba48c19..f996b53 100644 --- a/src/itdb_sysinfo_extended_parser.c +++ b/src/itdb_sysinfo_extended_parser.c @@ -697,3 +697,10 @@ itdb_sysinfo_properties_get_family_id (const SysInfoIpodProperties *props) g_return_val_if_fail (props != NULL, FALSE); return props->family_id; } + +gint +itdb_sysinfo_properties_get_db_version (const SysInfoIpodProperties *props) +{ + g_return_val_if_fail (props != NULL, FALSE); + return props->db_version; +} diff --git a/src/itdb_sysinfo_extended_parser.h b/src/itdb_sysinfo_extended_parser.h index ad150fe..046e1f9 100644 --- a/src/itdb_sysinfo_extended_parser.h +++ b/src/itdb_sysinfo_extended_parser.h @@ -70,6 +70,8 @@ G_GNUC_INTERNAL gboolean itdb_sysinfo_properties_supports_sqlite (const SysInfoIpodProperties *props); G_GNUC_INTERNAL gint itdb_sysinfo_properties_get_family_id (const SysInfoIpodProperties *props); +G_GNUC_INTERNAL gint +itdb_sysinfo_properties_get_db_version (const SysInfoIpodProperties *props); G_END_DECLS ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2