summaryrefslogtreecommitdiff
path: root/glib/src/filelist.am
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-11-23 13:42:55 +0100
committerMurray Cumming <murrayc@murrayc.com>2011-11-23 13:42:55 +0100
commit768123b31049e1164a50eb22af8b4c4b4fd46d72 (patch)
treee87494f4d8c73a7207b5f971673dfc21f157b627 /glib/src/filelist.am
parentd7e3bb63fa8841cf1cd06befab3a7a769adff46a (diff)
downloadglibmm-768123b31049e1164a50eb22af8b4c4b4fd46d72.tar.gz
Add Glib::Threads::* in threads.h, deprecating everything in thread.h
* glib/src/filelist.am: * glib/src/thread.[hg|ccg]: Deprecate the whole file, adding deprecation doxygen comments to all API. * glib/src/threads.[hg|ccg]: A new Threads namespace containing equivalents for everything in thread.h, implemented using only non-deprecated glib API. This was necessary because we had to break the ABI to do this. * glib/glibmm.h: Include threads.h * glib/glibmm/main.[h|cc]: Added a wait() method overload that takes the new types, deprecating the existing wait() method. * examples/network/resolver.cc: * examples/network/socket-client.cc: * examples/network/socket-server.cc: * examples/thread/dispatcher.cc: * examples/thread/dispatcher2.cc: * examples/thread/thread.cc: * examples/thread/threadpool.cc: * glib/glibmm/dispatcher.cc: * glib/glibmm/exceptionhandler.cc: * glib/glibmm/threadpool.[h|cc]: Use the new Glib::Threads::* types instead of thread.h.
Diffstat (limited to 'glib/src/filelist.am')
-rw-r--r--glib/src/filelist.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/glib/src/filelist.am b/glib/src/filelist.am
index fedd32b6..06c6baf9 100644
--- a/glib/src/filelist.am
+++ b/glib/src/filelist.am
@@ -14,6 +14,7 @@ glibmm_files_defs = \
glib_docs.xml \
glib_docs_override.xml
+# Note that all of thread.hg is deprecated
glibmm_files_hg = \
balancedtree.hg \
checksum.hg \
@@ -33,6 +34,7 @@ glibmm_files_hg = \
shell.hg \
spawn.hg \
thread.hg \
+ threads.hg \
timezone.hg \
unicode.hg \
uriutils.hg \