~ubuntu-branches/ubuntu/wily/epiphany-browser/wily

« back to all changes in this revision

Viewing changes to src/ephy-shell.h

Tags: upstream-3.10.1
ImportĀ upstreamĀ versionĀ 3.10.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
typedef enum {
114
114
  EPHY_STARTUP_NEW_TAB          = 1 << 0,
115
115
  EPHY_STARTUP_NEW_WINDOW       = 1 << 1,
 
116
  EPHY_STARTUP_OPEN_NOTHING     = 1 << 2,
 
117
  EPHY_STARTUP_RESUMING_SESSION = 1 << 3,
116
118
} EphyStartupFlags;
117
119
 
118
120
typedef struct {