diff options
author | Jiří Techet <techet@gmail.com> | 2010-08-23 22:28:08 +0200 |
---|---|---|
committer | Jiří Techet <techet@gmail.com> | 2010-08-23 22:28:08 +0200 |
commit | 8360fc1fc0bd08a005751313c6c5196d23b4050a (patch) | |
tree | 1797f45f71b29f45ffe371b40a5bc59307ea96e6 /champlain/champlain-null-tile-source.h | |
parent | 898f3af7a1b975f7d47ecf7686c966e818350f68 (diff) | |
download | libchamplain-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.h | 11 |
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); |