aboutsummaryrefslogtreecommitdiffstats
path: root/src/ppview-toolbar.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-10-04 21:38:09 +0800
committerChristian Persch <chpe@src.gnome.org>2004-10-04 21:38:09 +0800
commit9c4c24fb594657e88afbd687f8c7d8f154e60c47 (patch)
tree8a412d7fefb250fcb74998df4ab53991fae172ed /src/ppview-toolbar.h
parentc74cae5e214e1f9e27b0e9c624fcb1e2f48fb450 (diff)
downloadgsoc2013-epiphany-9c4c24fb594657e88afbd687f8c7d8f154e60c47.tar
gsoc2013-epiphany-9c4c24fb594657e88afbd687f8c7d8f154e60c47.tar.gz
gsoc2013-epiphany-9c4c24fb594657e88afbd687f8c7d8f154e60c47.tar.bz2
gsoc2013-epiphany-9c4c24fb594657e88afbd687f8c7d8f154e60c47.tar.lz
gsoc2013-epiphany-9c4c24fb594657e88afbd687f8c7d8f154e60c47.tar.xz
gsoc2013-epiphany-9c4c24fb594657e88afbd687f8c7d8f154e60c47.tar.zst
gsoc2013-epiphany-9c4c24fb594657e88afbd687f8c7d8f154e60c47.zip
Clean up a bit.
2004-10-04 Christian Persch <chpe@cvs.gnome.org> * src/ppview-toolbar.c: (ppview_toolbar_get_type), (ppview_toolbar_class_init), (ppview_toolbar_set_property), (ppview_toolbar_get_property), (ppview_toolbar_set_window), (ppview_toolbar_init), (ppview_toolbar_finalize), (ppview_toolbar_new), (toolbar_cmd_ppv_close): * src/ppview-toolbar.h: Clean up a bit.
Diffstat (limited to 'src/ppview-toolbar.h')
-rw-r--r--src/ppview-toolbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ppview-toolbar.h b/src/ppview-toolbar.h
index 78b4a45ce..a6fb9c065 100644
--- a/src/ppview-toolbar.h
+++ b/src/ppview-toolbar.h
@@ -52,9 +52,9 @@ struct PPViewToolbarClass
GObjectClass parent_class;
};
-GType ppview_toolbar_get_type (void);
+GType ppview_toolbar_get_type (void);
-PPViewToolbar *ppview_toolbar_new (EphyWindow *window);
+PPViewToolbar *ppview_toolbar_new (EphyWindow *window);
G_END_DECLS