[grilo] core: Fix typo in GrlData class definition
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] core: Fix typo in GrlData class definition
- Date: Fri, 18 Feb 2011 15:39:06 +0000 (UTC)
commit 7223c46c2d20ca285a146d55651d572c6615446f
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date: Fri Feb 18 12:53:57 2011 +0100
core: Fix typo in GrlData class definition
Signed-off-by: Juan A. Suarez Romero <jasuarez igalia com>
src/data/grl-data.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/data/grl-data.h b/src/data/grl-data.h
index fba7764..6af3ad4 100644
--- a/src/data/grl-data.h
+++ b/src/data/grl-data.h
@@ -59,7 +59,7 @@ G_BEGIN_DECLS
#define GRL_DATA_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS ((obj), \
GRL_TYPE_DATA, \
- DataClass))
+ GrlDataClass))
typedef struct _GrlData GrlData;
typedef struct _GrlDataPrivate GrlDataPrivate;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]