diff options
| author | Christophe Fergeau <teuf@gnome.org> | 2008-07-29 20:11:04 +0000 |
|---|---|---|
| committer | Christophe Fergeau <teuf@gnome.org> | 2008-07-29 20:11:04 +0000 |
| commit | 2395cad46226c7e0ff46e9917b463f865173782a (patch) | |
| tree | 1f20bec617f10dbe1512f49d78356c953dd746c5 /src | |
| parent | 44f701054633ece4c369e6a70cbf476736b4131e (diff) | |
| download | libgpod-2395cad46226c7e0ff46e9917b463f865173782a.tar.gz libgpod-2395cad46226c7e0ff46e9917b463f865173782a.tar.xz libgpod-2395cad46226c7e0ff46e9917b463f865173782a.zip | |
Mask symbols from the SysInfoExtended parser
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2069 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src')
| -rw-r--r-- | src/itdb_sysinfo_extended_parser.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/itdb_sysinfo_extended_parser.h b/src/itdb_sysinfo_extended_parser.h index a58fa4f..a417654 100644 --- a/src/itdb_sysinfo_extended_parser.h +++ b/src/itdb_sysinfo_extended_parser.h @@ -34,15 +34,20 @@ G_BEGIN_DECLS typedef struct _SysInfoIpodProperties SysInfoIpodProperties; -void itdb_sysinfo_properties_dump (SysInfoIpodProperties *props); +G_GNUC_INTERNAL void +itdb_sysinfo_properties_dump (SysInfoIpodProperties *props); + +G_GNUC_INTERNAL SysInfoIpodProperties *itdb_sysinfo_extended_parse (const char *filename, GError **error); + +G_GNUC_INTERNAL void itdb_sysinfo_properties_free (SysInfoIpodProperties *props); -const char * +G_GNUC_INTERNAL const char * itdb_sysinfo_properties_get_serial_number (const SysInfoIpodProperties *props); -const char * +G_GNUC_INTERNAL const char * itdb_sysinfo_properties_get_firewire_id (const SysInfoIpodProperties *props); G_GNUC_INTERNAL const GList * |
