]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcellrendererpixbuf.h
updated kn.po
[~andy/gtk] / gtk / gtkcellrendererpixbuf.h
index 85c6bb34591895c3691441ff869576ea32f96414..33b92d03e92dbddb1952df6cca4c0c2ec8ac14c1 100644 (file)
  * Boston, MA 02111-1307, USA.
  */
 
+#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk.h> can be included directly."
+#endif
+
 #ifndef __GTK_CELL_RENDERER_PIXBUF_H__
 #define __GTK_CELL_RENDERER_PIXBUF_H__
 
 #include <gtk/gtkcellrenderer.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+
+G_BEGIN_DECLS
 
 
 #define GTK_TYPE_CELL_RENDERER_PIXBUF                  (gtk_cell_renderer_pixbuf_get_type ())
@@ -42,9 +45,9 @@ struct _GtkCellRendererPixbuf
   GtkCellRenderer parent;
 
   /*< private >*/
-  GdkPixbuf *pixbuf;
-  GdkPixbuf *pixbuf_expander_open;
-  GdkPixbuf *pixbuf_expander_closed;
+  GdkPixbuf *GSEAL (pixbuf);
+  GdkPixbuf *GSEAL (pixbuf_expander_open);
+  GdkPixbuf *GSEAL (pixbuf_expander_closed);
 };
 
 struct _GtkCellRendererPixbufClass
@@ -61,8 +64,8 @@ struct _GtkCellRendererPixbufClass
 GType            gtk_cell_renderer_pixbuf_get_type (void) G_GNUC_CONST;
 GtkCellRenderer *gtk_cell_renderer_pixbuf_new      (void);
 
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
+
+G_END_DECLS
+
 
 #endif /* __GTK_CELL_RENDERER_PIXBUF_H__ */