summaryrefslogtreecommitdiff
path: root/champlain/champlain-null-tile-source.h
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2010-08-23 22:28:08 +0200
committerJiří Techet <techet@gmail.com>2010-08-23 22:28:08 +0200
commit8360fc1fc0bd08a005751313c6c5196d23b4050a (patch)
tree1797f45f71b29f45ffe371b40a5bc59307ea96e6 /champlain/champlain-null-tile-source.h
parent898f3af7a1b975f7d47ecf7686c966e818350f68 (diff)
downloadlibchamplain-8360fc1fc0bd08a005751313c6c5196d23b4050a.tar.gz
Updated documentation
Signed-off-by: Jiří Techet <techet@gmail.com>
Diffstat (limited to 'champlain/champlain-null-tile-source.h')
-rw-r--r--champlain/champlain-null-tile-source.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/champlain/champlain-null-tile-source.h b/champlain/champlain-null-tile-source.h
index 373d5b5..07cf83e 100644
--- a/champlain/champlain-null-tile-source.h
+++ b/champlain/champlain-null-tile-source.h
@@ -48,15 +48,18 @@ G_BEGIN_DECLS
typedef struct _ChamplainNullTileSourcePrivate ChamplainNullTileSourcePrivate;
-typedef struct
+typedef struct _ChamplainNullTileSource ChamplainNullTileSource;
+typedef struct _ChamplainNullTileSourceClass ChamplainNullTileSourceClass;
+
+struct _ChamplainNullTileSource
{
ChamplainTileSource parent;
-} ChamplainNullTileSource;
+};
-typedef struct
+struct _ChamplainNullTileSourceClass
{
ChamplainTileSourceClass parent_class;
-} ChamplainNullTileSourceClass;
+};
GType champlain_null_tile_source_get_type (void);