Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index 97eb983..0e7237d 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -32,7 +32,6 @@ G_BEGIN_DECLS
#define EV_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_VIEW, EvView))
#define EV_IS_VIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_VIEW))
-
typedef struct _EvView EvView;
typedef struct _EvViewClass EvViewClass;
@@ -63,7 +62,9 @@ void ev_view_normal_size (EvView *view);
void ev_view_best_fit (EvView *view);
void ev_view_fit_width (EvView *view);
-char* ev_view_get_find_status_message (EvView *view);
+/* Status */
+const char *ev_view_get_status (EvView *view);
+const char *ev_view_get_find_status (EvView *view);
G_END_DECLS