summaryrefslogtreecommitdiff
path: root/src/fr-command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-command.h')
-rw-r--r--src/fr-command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command.h b/src/fr-command.h
index 2924a5d..751b1bb 100644
--- a/src/fr-command.h
+++ b/src/fr-command.h
@@ -146,7 +146,7 @@ struct _FrCommandClass
void (*handle_error) (FrCommand *comm,
FrProcError *error);
const char ** (*get_mime_types) (FrCommand *comm);
- FrCommandCap (*get_capabilities) (FrCommand *comm,
+ FrCommandCaps (*get_capabilities) (FrCommand *comm,
const char *mime_type,
gboolean check_command);
void (*set_mime_type) (FrCommand *comm,
@@ -198,7 +198,7 @@ gboolean fr_command_is_capable_of (FrCommand *comm,
FrCommandCaps capabilities);
const char ** fr_command_get_mime_types (FrCommand *comm);
void fr_command_update_capabilities (FrCommand *comm);
-FrCommandCap fr_command_get_capabilities (FrCommand *comm,
+FrCommandCaps fr_command_get_capabilities (FrCommand *comm,
const char *mime_type,
gboolean check_command);
void fr_command_set_mime_type (FrCommand *comm,