[glibmm] TimeZoneMonitor: Remove as was done in glib.
- From: Josà Alburquerque <jaalburqu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] TimeZoneMonitor: Remove as was done in glib.
- Date: Mon, 22 Aug 2011 22:05:02 +0000 (UTC)
commit fb93262ca182aeb54632a3ddead4ed8e84b80ddc
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date: Mon Aug 22 18:03:27 2011 -0400
TimeZoneMonitor: Remove as was done in glib.
* gio/src/filelist.am:
* gio/src/timezonemonitor.{ccg,hg}: Remove sources and the mention
from the build.
* glib/src/timezone.hg (refresh_local): Remove this method as the
function that it wraps was also removed from glib.
* tools/extra_defs_gen/generate_defs_gio.cc
(G_TYPE_TIME_ZONE_MONITOR): Remove this GType from the list of types
for which properties and signals are generated.
See the glib commit:
http://git.gnome.org/browse/glib/commit/?id=5b68b49b2072c371c72ee96175e3d6a727eb5e8b
ChangeLog | 16 +++++++++
gio/src/filelist.am | 1 -
gio/src/timezonemonitor.ccg | 23 -------------
gio/src/timezonemonitor.hg | 50 -----------------------------
glib/src/timezone.hg | 2 -
tools/extra_defs_gen/generate_defs_gio.cc | 1 -
6 files changed, 16 insertions(+), 77 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8ff64fb..1f5f1c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2011-08-22 Josà Alburquerque <jaalburqu svn gnome org>
+
+ TimeZoneMonitor: Remove as was done in glib.
+
+ * gio/src/filelist.am:
+ * gio/src/timezonemonitor.{ccg,hg}: Remove sources and the mention
+ from the build.
+ * glib/src/timezone.hg (refresh_local): Remove this method as the
+ function that it wraps was also removed from glib.
+ * tools/extra_defs_gen/generate_defs_gio.cc
+ (G_TYPE_TIME_ZONE_MONITOR): Remove this GType from the list of types
+ for which properties and signals are generated.
+
+ See the glib commit:
+ http://git.gnome.org/browse/glib/commit/?id=5b68b49b2072c371c72ee96175e3d6a727eb5e8b
+
2011-08-22 Murray Cumming <murrayc murrayc com>
configure: Require the latest libsigc++.
diff --git a/gio/src/filelist.am b/gio/src/filelist.am
index c93230f..595081c 100644
--- a/gio/src/filelist.am
+++ b/gio/src/filelist.am
@@ -91,7 +91,6 @@ giomm_files_any_hg = \
tcpconnection.hg \
threadedsocketservice.hg \
themedicon.hg \
- timezonemonitor.hg \
volume.hg \
volumemonitor.hg
diff --git a/glib/src/timezone.hg b/glib/src/timezone.hg
index 3bc2ef2..80e95d5 100644
--- a/glib/src/timezone.hg
+++ b/glib/src/timezone.hg
@@ -62,8 +62,6 @@ public:
_WRAP_METHOD(static TimeZone create_local(), g_time_zone_new_local)
_WRAP_METHOD(static TimeZone create_utc(), g_time_zone_new_utc)
- _WRAP_METHOD(static void refresh_local(), g_time_zone_refresh_local)
-
_WRAP_METHOD(int find_interval(TimeType type, gint64 time) const, g_time_zone_find_interval)
_WRAP_METHOD(int adjust_time(TimeType type, gint64& time) const, g_time_zone_adjust_time)
_WRAP_METHOD(Glib::ustring get_abbreviation(int interval) const, g_time_zone_get_abbreviation)
diff --git a/tools/extra_defs_gen/generate_defs_gio.cc b/tools/extra_defs_gen/generate_defs_gio.cc
index 8c09acf..cdd8734 100644
--- a/tools/extra_defs_gen/generate_defs_gio.cc
+++ b/tools/extra_defs_gen/generate_defs_gio.cc
@@ -82,7 +82,6 @@ int main(int, char**)
<< get_defs(G_TYPE_SETTINGS_BACKEND)
<< get_defs(G_TYPE_SIMPLE_ASYNC_RESULT)
<< get_defs(G_TYPE_THEMED_ICON)
- << get_defs(G_TYPE_TIME_ZONE_MONITOR)
//TODO: This causes a g_warning:
//GLib-GObject-CRITICAL **: g_param_spec_pool_list: assertion `pool != NULL' failed"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]