diff options
Diffstat (limited to 'src')
| -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 |
