Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-sidebar-page.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-05-07 11:19:56 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-05-07 11:19:56 (GMT)
commitd76bef42ca0d292a7a04d61663d4da7536136479 (patch)
tree605557978c536eeb7164545f6f1691fb940823a0 /shell/ev-sidebar-page.h
parent837897ffba5a5e4e5685c1ffdeb1d4d87083a052 (diff)
[shell] Use G_DEFINE_INTERFACE and remove our own macro
Diffstat (limited to 'shell/ev-sidebar-page.h')
-rw-r--r--shell/ev-sidebar-page.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/ev-sidebar-page.h b/shell/ev-sidebar-page.h
index 5cd6fec..21ef92c 100644
--- a/shell/ev-sidebar-page.h
+++ b/shell/ev-sidebar-page.h
@@ -31,15 +31,15 @@ G_BEGIN_DECLS
#define EV_TYPE_SIDEBAR_PAGE (ev_sidebar_page_get_type ())
#define EV_SIDEBAR_PAGE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), EV_TYPE_SIDEBAR_PAGE, EvSidebarPage))
-#define EV_SIDEBAR_PAGE_IFACE(k) (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_SIDEBAR_PAGE, EvSidebarPageIface))
+#define EV_SIDEBAR_PAGE_IFACE(k) (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_SIDEBAR_PAGE, EvSidebarPageInterface))
#define EV_IS_SIDEBAR_PAGE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), EV_TYPE_SIDEBAR_PAGE))
#define EV_IS_SIDEBAR_PAGE_IFACE(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_SIDEBAR_PAGE))
-#define EV_SIDEBAR_PAGE_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), EV_TYPE_SIDEBAR_PAGE, EvSidebarPageIface))
+#define EV_SIDEBAR_PAGE_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), EV_TYPE_SIDEBAR_PAGE, EvSidebarPageInterface))
-typedef struct _EvSidebarPage EvSidebarPage;
-typedef struct _EvSidebarPageIface EvSidebarPageIface;
+typedef struct _EvSidebarPage EvSidebarPage;
+typedef struct _EvSidebarPageInterface EvSidebarPageInterface;
-struct _EvSidebarPageIface
+struct _EvSidebarPageInterface
{
GTypeInterface base_iface;