Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-jobs.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-11-25 16:54:00 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-11-25 16:54:00 (GMT)
commite03ccc6269d7e687b4f5a67a0c07a014f301930b (patch)
tree84211434a2290c492ba4b6928465cd9a1a6b292a /shell/ev-jobs.h
parent2c65e8daa0d19bf119c4f606292c96996cf69281 (diff)
Add a command line option for search. Fixes bug #497710.
2007-11-25 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-application.[ch]: (get_find_string_from_args), (ev_application_open_uri_at_dest), (ev_application_open_uri), (ev_application_open_uri_list): * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new): * shell/ev-window.[ch]: (ev_window_load_job_cb), (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest), (ev_window_cmd_recent_file_activate), (ev_window_open_recent_action_item_activated), (ev_window_print_send), (open_remote_link): * shell/main.c: (arguments_parse): Add a command line option for search. Fixes bug #497710. svn path=/trunk/; revision=2746
Diffstat (limited to 'shell/ev-jobs.h')
-rw-r--r--shell/ev-jobs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h
index 6a35c83..c6d73a1 100644
--- a/shell/ev-jobs.h
+++ b/shell/ev-jobs.h
@@ -189,6 +189,7 @@ struct _EvJobLoad
EvLinkDest *dest;
EvWindowRunMode mode;
+ gchar *search_string;
GError *error;
gchar *uri;
};
@@ -276,7 +277,8 @@ void ev_job_fonts_run (EvJobFonts *fonts);
GType ev_job_load_get_type (void) G_GNUC_CONST;
EvJob *ev_job_load_new (const gchar *uri,
EvLinkDest *dest,
- EvWindowRunMode mode);
+ EvWindowRunMode mode,
+ const gchar *search_string);
void ev_job_load_set_uri (EvJobLoad *load,
const gchar *uri);
void ev_job_load_run (EvJobLoad *load);