diff options
author | Murray Cumming <murrayc@src.gnome.org> | 2008-07-27 09:35:24 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@src.gnome.org> | 2008-07-27 09:35:24 +0000 |
commit | 10914083179b01e8ab0086d01005f2afd7296e56 (patch) | |
tree | d8a27e60e2b751e68d8c6b7c5350ca74c18e0ed4 /gio | |
parent | 97ad951eb06384660e18a203347a733e82bb69e2 (diff) | |
download | glibmm-10914083179b01e8ab0086d01005f2afd7296e56.tar.gz |
Added a little TODO
svn path=/trunk/; revision=696
Diffstat (limited to 'gio')
-rw-r--r-- | gio/src/themedicon.hg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/src/themedicon.hg b/gio/src/themedicon.hg index 887f9578..78407a40 100644 --- a/gio/src/themedicon.hg +++ b/gio/src/themedicon.hg @@ -66,6 +66,7 @@ public: //There are no signals. + //TODO: Remove these when we can break ABI. They are write-only and construct-only. _WRAP_PROPERTY("name", std::string) //An array: This is awkward to wrap_WRAP_PROPERTY("names", ) _WRAP_PROPERTY("use-default-fallbacks", bool) |