Revision: 2069
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2069&view=rev
Author:   teuf
Date:     2008-07-29 20:11:04 +0000 (Tue, 29 Jul 2008)

Log Message:
-----------
Mask symbols from the SysInfoExtended parser

Modified Paths:
--------------
    libgpod/trunk/src/itdb_sysinfo_extended_parser.h
    libgpod/trunk/tests/Makefile.am

Modified: libgpod/trunk/src/itdb_sysinfo_extended_parser.h
===================================================================
--- libgpod/trunk/src/itdb_sysinfo_extended_parser.h    2008-07-29 20:10:39 UTC 
(rev 2068)
+++ libgpod/trunk/src/itdb_sysinfo_extended_parser.h    2008-07-29 20:11:04 UTC 
(rev 2069)
@@ -34,15 +34,20 @@
 
 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 *

Modified: libgpod/trunk/tests/Makefile.am
===================================================================
--- libgpod/trunk/tests/Makefile.am     2008-07-29 20:10:39 UTC (rev 2068)
+++ libgpod/trunk/tests/Makefile.am     2008-07-29 20:11:04 UTC (rev 2069)
@@ -37,8 +37,13 @@
 
 test_firewire_id_SOURCES = test-fw-id.c
 
-test_sysinfo_extended_parsing_SOURCES = test-sysinfo-extended-parsing.c
+test_sysinfo_extended_parsing_SOURCES = \
+       test-sysinfo-extended-parsing.c \
+       $(top_srcdir)/src/itdb_plist.c  \
+       $(top_srcdir)/src/itdb_sysinfo_extended_parser.c
 
+test_sysinfo_extended_parsing_LDADD =
+
 get_timezone_SOURCES = get-timezone.c
 
 noinst_PROGRAMS=test-itdb test-ls test-checksum test-firewire-id \


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to