[glibmm/glibmm-2-54] Gio::Action: Add exception specs to errthrow
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm/glibmm-2-54] Gio::Action: Add exception specs to errthrow
- Date: Fri, 29 Sep 2017 14:00:43 +0000 (UTC)
commit caa14fd9b49286abd50c80483e544d56844fa74e
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Fri Sep 29 15:56:57 2017 +0200
Gio::Action: Add exception specs to errthrow
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 206f26f..c893cbc 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.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]