summaryrefslogtreecommitdiff
path: root/gio/src/applicationcommandline.hg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-03-04 09:45:07 +0100
committerMurray Cumming <murrayc@murrayc.com>2011-03-04 09:45:07 +0100
commitbc7c251691c90d150fb3a898c7f7469b9b268ad5 (patch)
tree584218fc02360677d62f05697cb9345e5e3ca3cb /gio/src/applicationcommandline.hg
parentd7673615ec159cc7d1a56b79d8ef2317b57e8f2d (diff)
downloadglibmm-bc7c251691c90d150fb3a898c7f7469b9b268ad5.tar.gz
Added a TODO
Diffstat (limited to 'gio/src/applicationcommandline.hg')
-rw-r--r--gio/src/applicationcommandline.hg5
1 files changed, 4 insertions, 1 deletions
diff --git a/gio/src/applicationcommandline.hg b/gio/src/applicationcommandline.hg
index bb95fe51..d7e16b60 100644
--- a/gio/src/applicationcommandline.hg
+++ b/gio/src/applicationcommandline.hg
@@ -46,7 +46,10 @@ public:
_WRAP_METHOD(std::string getenv(const Glib::ustring& name) const, g_application_command_line_getenv)
_WRAP_METHOD(bool is_remote() const, g_application_command_line_get_is_remote)
- //GVariant * g_application_command_line_get_platform_data
+
+ //TODO: Return a specific Glib::Variant< std::pair<K, V> > type?
+ //_WRAP_METHOD(Variant<> get_platform_data() const, g_application_command_line_get_platform_data)
+
_WRAP_METHOD(void set_exit_status(int exit_status), g_application_command_line_set_exit_status)
_WRAP_METHOD(int get_exit_status() const, g_application_command_line_get_exit_status)