~midori/midori/trunk

« back to all changes in this revision

Viewing changes to midori/sokoke.h

  • Committer: Christian Dywan
  • Date: 2013-02-21 01:08:03 UTC
  • Revision ID: git-v1:f94fb69664749d3ae463dd0dfc2a4745fd8a69e3
Add --debug/ -g switch to run Midori in gdb

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
sokoke_spawn_program                    (const gchar* command,
53
53
                                         gboolean        quote_command,
54
54
                                         const gchar*    argument,
55
 
                                         gboolean        quote_argument);
 
55
                                         gboolean        quote_argument,
 
56
                                         gboolean        sync);
56
57
 
57
58
void
58
59
sokoke_spawn_app                        (const gchar*    uri,