summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-09-10 21:09:42 +0200
committerMurray Cumming <murrayc@murrayc.com>2016-09-10 21:09:44 +0200
commite28d7064070322f6ebde585ed4b7e0068367ec97 (patch)
tree679f0a25143cb4347eec224adcbb1b2c064030e2
parent4ccb2a25ba0fc2433b69cd4a1c764382a23b3e67 (diff)
downloadglibmm-e28d7064070322f6ebde585ed4b7e0068367ec97.tar.gz
Gio::Application::get_busy(): return the bool.
This should not break ABI and this could not have been used anyway. Bug #770304
-rw-r--r--gio/src/application.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/src/application.hg b/gio/src/application.hg
index 05455164..626fa66b 100644
--- a/gio/src/application.hg
+++ b/gio/src/application.hg
@@ -349,7 +349,7 @@ public:
_WRAP_METHOD(void mark_busy(), g_application_mark_busy)
_WRAP_METHOD(void unmark_busy(), g_application_unmark_busy)
- _WRAP_METHOD(void get_is_busy() const, g_application_get_is_busy)
+ _WRAP_METHOD(bool get_is_busy() const, g_application_get_is_busy)
_WRAP_METHOD(void send_notification(const Glib::ustring& id{?}, const Glib::RefPtr<Notification>& notification), g_application_send_notification)
_WRAP_METHOD(void withdraw_notification(const Glib::ustring& id), g_application_withdraw_notification)