diff options
Diffstat (limited to 'em-format/e-mail-formatter-extension.h')
-rw-r--r-- | em-format/e-mail-formatter-extension.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/em-format/e-mail-formatter-extension.h b/em-format/e-mail-formatter-extension.h index e03932b5d1..bdae859970 100644 --- a/em-format/e-mail-formatter-extension.h +++ b/em-format/e-mail-formatter-extension.h @@ -69,6 +69,9 @@ struct _EMailFormatterExtensionClass { /* This is a short name for the extension (optional). */ const gchar *display_name; + /* This is a longer description of the extension (optional). */ + const gchar *description; + /* This is a NULL-terminated array of supported MIME types. * The MIME types can be exact (e.g. "text/plain") or use a * wildcard (e.g. "text/ *"). */ @@ -84,9 +87,6 @@ struct _EMailFormatterExtensionClass { EMailPartList *context, EMailPart *part, GHashTable *params); - const gchar * (*get_description) - (EMailFormatterExtension *extension); - }; GType e_mail_formatter_extension_get_type @@ -105,8 +105,6 @@ GtkWidget * e_mail_formatter_extension_get_widget EMailPartList *context, EMailPart *part, GHashTable *params); -const gchar * e_mail_formatter_extension_get_description - (EMailFormatterExtension *extension); G_END_DECLS |