summaryrefslogtreecommitdiff
path: root/src/caja-image-properties-page.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-image-properties-page.h')
-rw-r--r--src/caja-image-properties-page.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/caja-image-properties-page.h b/src/caja-image-properties-page.h
index 9725ffa4..0c0db793 100644
--- a/src/caja-image-properties-page.h
+++ b/src/caja-image-properties-page.h
@@ -26,6 +26,8 @@
#include <gtk/gtk.h>
+G_BEGIN_DECLS
+
#define CAJA_TYPE_IMAGE_PROPERTIES_PAGE caja_image_properties_page_get_type()
#define CAJA_IMAGE_PROPERTIES_PAGE(obj) \
(G_TYPE_CHECK_INSTANCE_CAST ((obj), CAJA_TYPE_IMAGE_PROPERTIES_PAGE, CajaImagePropertiesPage))
@@ -38,12 +40,12 @@
#define CAJA_IMAGE_PROPERTIES_PAGE_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS ((obj), CAJA_TYPE_IMAGE_PROPERTIES_PAGE, CajaImagePropertiesPageClass))
-typedef struct CajaImagePropertiesPageDetails CajaImagePropertiesPageDetails;
+typedef struct _CajaImagePropertiesPagePrivate CajaImagePropertiesPagePrivate;
typedef struct
{
GtkBox parent;
- CajaImagePropertiesPageDetails *details;
+ CajaImagePropertiesPagePrivate *details;
} CajaImagePropertiesPage;
typedef struct
@@ -54,4 +56,6 @@ typedef struct
GType caja_image_properties_page_get_type (void);
void caja_image_properties_page_register (void);
+G_END_DECLS
+
#endif /* CAJA_IMAGE_PROPERTIES_PAGE_H */