summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2022-02-16 13:33:48 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2022-02-16 13:33:48 +0100
commit2fe9dbd84c7d5fc7acd9381c5599d8ba85d9446a (patch)
treec37f7413021df022f0b1ff1775299025b2cd3264 /tools
parent7b811a0be824675f31a422d40a75bbb5d10e32ad (diff)
downloadglibmm-2fe9dbd84c7d5fc7acd9381c5599d8ba85d9446a.tar.gz
Add Gio::AppInfoMonitor
Fixes #97
Diffstat (limited to 'tools')
-rw-r--r--tools/m4/convert_gio.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/m4/convert_gio.m4 b/tools/m4/convert_gio.m4
index a8498630..2a5ca578 100644
--- a/tools/m4/convert_gio.m4
+++ b/tools/m4/convert_gio.m4
@@ -93,6 +93,7 @@ _CONVERSION(`const Glib::RefPtr<ActionGroup>&',`GActionGroup*',__CONVERT_REFPTR_
# AppInfo
_CONVERSION(`GAppInfo*',`Glib::RefPtr<AppInfo>',`Glib::wrap($3)')
+_CONVERSION(`GAppInfoMonitor*',`Glib::RefPtr<AppInfoMonitor>',`Glib::wrap($3)')
_CONVERSION(`const Glib::RefPtr<AppLaunchContext>&',`GAppLaunchContext*',__CONVERT_REFPTR_TO_P)
_CONVERSION(`GAppLaunchContext*',`const Glib::RefPtr<AppLaunchContext>&',Glib::wrap($3))
_CONVERSION(`const Glib::RefPtr<AppInfo>&',`GAppInfo*',__CONVERT_REFPTR_TO_P)