summaryrefslogtreecommitdiff
path: root/glib/glibmm.h
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2019-08-13 20:04:23 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2019-08-13 20:04:23 +0200
commit85ad1c29f6b484cdf23b0422468032372e433eb9 (patch)
treeba905aceb91db12c360197ff84419e2c4d968361 /glib/glibmm.h
parente1b3dfb33a7f3c38db952fed96c559dd5ed302cd (diff)
downloadglibmm-85ad1c29f6b484cdf23b0422468032372e433eb9.tar.gz
Remove Glib::TimeVal
GTimeVal has been deprecated in glib. Remove its wrapping in glibmm. * examples/dbus/server_without_bus.cc: * examples/dbus/session_bus_service.cc: Replace TimeVal by DateTime. * gio/src/fileinfo.[ccg|hg]: Remove [set_]modification_time(). Add set/get_modification_date_time(). * glib/glibmm.h: * glib/glibmm/filelist.am: Remove timeval. * glib/glibmm/timeval.[cc|h]: Removed files. * glib/src/date.[ccg|hg]: Remove set_time(const GTimeVal& timeval). * glib/src/datetime.[ccg|hg]: Remove create_now_local/utc(const TimeVal& tv) and to_timeval(). Add create_from_iso8601(), format_iso8601() and operator bool(). * tools/m4/convert_glib.m4: * tools/m4/convert_gio.m4: Remove conversions for GTimeVal.
Diffstat (limited to 'glib/glibmm.h')
-rw-r--r--glib/glibmm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/glib/glibmm.h b/glib/glibmm.h
index 20e7203a..2bd92bb5 100644
--- a/glib/glibmm.h
+++ b/glib/glibmm.h
@@ -39,12 +39,11 @@
* - Glib::Regex: Regular expression string matching.
* - Glib::KeyFile: Parsing and writing of key files (similar to .ini files)
* - Glib::Checksum
- * - Glib::Date, Glib::Timer, Glib::TimeVal
+ * - Glib::Date, Glib::DateTime, Glib::Timer
* - Glib::Dispatcher: Inter-thread communication
* - @ref FileUtils and @ref UriUtils
* - @ref MainLoop
* - @ref Spawn
- * - @ref Threads
* - @ref MiscUtils
*
* giomm (part of the glibmm project) also contains:
@@ -129,7 +128,6 @@
#include <glibmm/spawn.h>
#include <glibmm/stringutils.h>
#include <glibmm/timer.h>
-#include <glibmm/timeval.h>
#include <glibmm/timezone.h>
#include <glibmm/uriutils.h>
#include <glibmm/ustring.h>