[glibmm] Added a TODO
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] Added a TODO
- Date: Fri, 4 Mar 2011 08:45:12 +0000 (UTC)
commit bc7c251691c90d150fb3a898c7f7469b9b268ad5
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Mar 4 09:45:07 2011 +0100
Added a TODO
gio/src/applicationcommandline.hg | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/gio/src/applicationcommandline.hg b/gio/src/applicationcommandline.hg
index bb95fe5..d7e16b6 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]