summaryrefslogtreecommitdiff
path: root/src/items.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2010-12-12 15:51:06 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2010-12-12 15:51:06 +0100
commitc8caea8a8510c31fc028501acf44734f48b8dc3b (patch)
treef6d33dd4953c43b42d1d962223a0d05384b5e1a1 /src/items.h
parent1089f1fcf55591dd4b5d47ee963bfe0e24cf9ad5 (diff)
downloadcataract-c8caea8a8510c31fc028501acf44734f48b8dc3b.tar.xz
Cleanup header defines
Diffstat (limited to 'src/items.h')
-rw-r--r--src/items.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/items.h b/src/items.h
index d1ef7d8..f1f13c9 100644
--- a/src/items.h
+++ b/src/items.h
@@ -15,12 +15,13 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-#ifndef __ITEMS_H__
-#define __ITEMS_H__
-
+#ifndef __CGG__ITEMS_H__
+#define __CGG__ITEMS_H__
#include <glib.h>
+G_BEGIN_DECLS
+
typedef enum {
GALLERY_TYPE_INDEX = 1 << 0,
@@ -99,4 +100,7 @@ int get_album_objects_count (const gchar *filename);
*/
void get_album_titles (const gchar *filename, gchar **title, gchar **description, gchar **thumbnail);
-#endif /* __ITEMS_H__ */
+
+G_END_DECLS
+
+#endif /* __CGG__ITEMS_H__ */