diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-03 00:30:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-06 04:40:49 +0800 |
commit | 369daca6146c0e97db0308adb9c64c10ad1cb096 (patch) | |
tree | e0233224891a46527a4933e268dd63db290ad801 /e-util/gal-view.h | |
parent | a2818bc4eaed3c304a9067b8cf25b4aee345d9b4 (diff) | |
download | gsoc2013-evolution-369daca6146c0e97db0308adb9c64c10ad1cb096.tar gsoc2013-evolution-369daca6146c0e97db0308adb9c64c10ad1cb096.tar.gz gsoc2013-evolution-369daca6146c0e97db0308adb9c64c10ad1cb096.tar.bz2 gsoc2013-evolution-369daca6146c0e97db0308adb9c64c10ad1cb096.tar.lz gsoc2013-evolution-369daca6146c0e97db0308adb9c64c10ad1cb096.tar.xz gsoc2013-evolution-369daca6146c0e97db0308adb9c64c10ad1cb096.tar.zst gsoc2013-evolution-369daca6146c0e97db0308adb9c64c10ad1cb096.zip |
GalView: Store the title string internally.
This replaces the get_title() and set_title() class methods, since
it's silly to defer to subclasses to track a simple string property.
Diffstat (limited to 'e-util/gal-view.h')
-rw-r--r-- | e-util/gal-view.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/e-util/gal-view.h b/e-util/gal-view.h index 18de6d1ad5..94f89b989e 100644 --- a/e-util/gal-view.h +++ b/e-util/gal-view.h @@ -63,9 +63,6 @@ struct _GalViewClass { const gchar *filename); void (*save) (GalView *view, const gchar *filename); - const gchar * (*get_title) (GalView *view); - void (*set_title) (GalView *view, - const gchar *title); const gchar * (*get_type_code) (GalView *view); GalView * (*clone) (GalView *view); |