diff options
Diffstat (limited to 'shell/e-component-registry.h')
-rw-r--r-- | shell/e-component-registry.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-component-registry.h b/shell/e-component-registry.h index 584d7aa209..865bd3fcd2 100644 --- a/shell/e-component-registry.h +++ b/shell/e-component-registry.h @@ -70,6 +70,9 @@ struct _EComponentInfo { GdkPixbuf *button_icon; int sort_order; + + /* List of URI schemas that this component supports. */ + GSList *uri_schemas; /* <char *> */ }; typedef struct _EComponentInfo EComponentInfo; |