diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2017-09-29 15:56:57 +0200 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2017-09-29 15:56:57 +0200 |
commit | caa14fd9b49286abd50c80483e544d56844fa74e (patch) | |
tree | a192c0854896f749046d78a4d1504b971bfdea97 /gio | |
parent | 75a20866c6479a628f546bc5710073e3b41ea915 (diff) | |
download | glibmm-caa14fd9b49286abd50c80483e544d56844fa74e.tar.gz |
Gio::Action: Add exception specs to errthrow
Diffstat (limited to 'gio')
-rw-r--r-- | gio/src/action.hg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/src/action.hg b/gio/src/action.hg index 206f26fd..c893cbca 100644 --- a/gio/src/action.hg +++ b/gio/src/action.hg @@ -184,7 +184,7 @@ public: static void parse_detailed_name(const Glib::ustring& detailed_name, Glib::ustring& action_name, T_Value& target_value); _WRAP_METHOD(static void parse_detailed_name_variant(const Glib::ustring& detailed_name, - Glib::ustring& action_name{>>}, Glib::VariantBase& target_value{>>}), g_action_parse_detailed_name, errthrow) + Glib::ustring& action_name{>>}, Glib::VariantBase& target_value{>>}), g_action_parse_detailed_name, errthrow "Glib::VariantParseError", errthrow) /** Formats a detailed action name from the action's action_name and @a target_value. * |