Add GTimeZoneMonitor

Monitors /etc/localtime for changes and instructs GTimeZone to drop its
cache.  Also has a signal for interested 3rd parties.
This commit is contained in:
Ryan Lortie
2011-03-18 22:00:14 -04:00
parent de3a3b181a
commit e9ce8f2374
8 changed files with 224 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
<chapter id="file_mon">
<title>File System Monitoring</title>
<xi:include href="xml/gfilemonitor.xml"/>
<xi:include href="xml/gtimezonemonitor.xml"/>
</chapter>
<chapter id="utils">
<title>File-related Utilities</title>

View File

@@ -3106,3 +3106,16 @@ G_TYPE_TLS_SERVER_CONNECTION
<SUBSECTION Private>
g_tls_server_connection_get_type
</SECTION>
<SECTION>
<FILE>gtimezonemonitor</FILE>
<TITLE>GTimeZoneMonitor</TITLE>
GTimeZoneMonitor
g_time_zone_monitor_get
<SUBSECTION Standard>
G_IS_TIME_ZONE_MONITOR
G_TIME_ZONE_MONITOR
G_TYPE_TIME_ZONE_MONITOR
<SUBSECTION Private>
g_time_zone_monitor_get_type
</SECTION>

View File

@@ -136,3 +136,4 @@ g_dbus_server_get_type
g_dbus_auth_observer_get_type
g_credentials_get_type
g_unix_credentials_message_get_type
g_time_zone_monitor_get_type