diff options
| author | 2009-11-10 20:58:01 +0100 | |
|---|---|---|
| committer | 2009-11-10 20:58:01 +0100 | |
| commit | a42c74a18fefe7eb80a493a397180722162870e6 (patch) | |
| tree | fc9fff9437b131471b1bbf05d4fb399c0ca93813 | |
| parent | 0f92ed12ff8a0f46e80ff8cfc030c476d371c19b (diff) | |
| download | libplist-a42c74a18fefe7eb80a493a397180722162870e6.tar.gz libplist-a42c74a18fefe7eb80a493a397180722162870e6.tar.bz2 | |
Do not export internal functions symbols.
| -rw-r--r-- | src/plist.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plist.h b/src/plist.h index b9f12d5..12578af 100644 --- a/src/plist.h +++ b/src/plist.h | |||
| @@ -52,10 +52,10 @@ struct plist_data_s | |||
| 52 | 52 | ||
| 53 | typedef struct plist_data_s *plist_data_t; | 53 | typedef struct plist_data_s *plist_data_t; |
| 54 | 54 | ||
| 55 | plist_t plist_new_node(plist_data_t data); | 55 | G_GNUC_INTERNAL plist_t plist_new_node(plist_data_t data); |
| 56 | plist_data_t plist_get_data(const plist_t node); | 56 | G_GNUC_INTERNAL plist_data_t plist_get_data(const plist_t node); |
| 57 | plist_data_t plist_new_plist_data(void); | 57 | G_GNUC_INTERNAL plist_data_t plist_new_plist_data(void); |
| 58 | gboolean plist_data_compare(gconstpointer a, gconstpointer b); | 58 | G_GNUC_INTERNAL gboolean plist_data_compare(gconstpointer a, gconstpointer b); |
| 59 | 59 | ||
| 60 | 60 | ||
| 61 | #endif | 61 | #endif |
