[Xfce4-commits] r26596 - libxfce4menu/trunk
Jannis Pohlmann
jannis at xfce.org
Wed Feb 6 10:34:11 CET 2008
Author: jannis
Date: 2008-02-06 09:34:11 +0000 (Wed, 06 Feb 2008)
New Revision: 26596
Modified:
libxfce4menu/trunk/ChangeLog
libxfce4menu/trunk/STATUS
Log:
* STATUS: Status file updated, mainly to reflect the progress made
with filesystem monitoring.
Modified: libxfce4menu/trunk/ChangeLog
===================================================================
--- libxfce4menu/trunk/ChangeLog 2008-02-04 19:16:26 UTC (rev 26595)
+++ libxfce4menu/trunk/ChangeLog 2008-02-06 09:34:11 UTC (rev 26596)
@@ -1,3 +1,8 @@
+2008-02-06 Jannis Pohlmann <jannis at xfce.org>
+
+ * STATUS: Status file updated, mainly to reflect the progress made
+ with filesystem monitoring.
+
2008-01-02 Jannis Pohlmann <jannis at xfce.org>
* libxfce4menu/xfce-menu-item.{c,h}: Add support for the Comment field
Modified: libxfce4menu/trunk/STATUS
===================================================================
--- libxfce4menu/trunk/STATUS 2008-02-04 19:16:26 UTC (rev 26595)
+++ libxfce4menu/trunk/STATUS 2008-02-06 09:34:11 UTC (rev 26596)
@@ -87,8 +87,12 @@
[-] <Old>
+ See <Move>
+
[-] <New>
+ See <Move>
+
[x] <Layout>
[ ] <DefaultLayout>
@@ -167,19 +171,14 @@
III. Filesystem monitoring
==========================
- With a proper GObject structure for all classes (XfceMenu,
- XfceMenuDirectory, XfceMenuItem etc.) reloading objects independently
- of each other should be no problem.
+ Filesystem monitoring is done by moving the actual work into the
+ client application. Using XfceMenuMonitorVTable applications can
+ register functions to be called when monitoring of a file or
+ directory is needed. They then have to care about monitoring
+ themselves (see xfce-menu-monitor.{c,h} for details.
- The only question is how monitoring should be done. Perhaps we can
- copy parts of ThunarVFS for this (as using ThunarVFS would only be
- possible if Thunar wouldn't use libxfce4menu).
- So, unless there is a better method, FAM/Gamin would be used for
- monitoring files and directories.
-
-
IV. UI interaction
==================
More information about the Xfce4-commits
mailing list