~noskcaj/ubuntu/vivid/thunar/1.6.4

« back to all changes in this revision

Viewing changes to docs/reference/thunar-vfs/tmpl/thunar-vfs-monitor.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-04 16:46:20 UTC
  • mto: (2.1.3 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 69.
  • Revision ID: james.westby@ubuntu.com-20101204164620-h7p4t2e9z6hfhz6l
Tags: upstream-1.1.4
ImportĀ upstreamĀ versionĀ 1.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### SECTION Title ##### -->
2
 
ThunarVfsMonitor
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
Portable file system monitoring class.
6
 
 
7
 
<!-- ##### SECTION Long_Description ##### -->
8
 
<para>
9
 
 
10
 
</para>
11
 
 
12
 
<!-- ##### SECTION See_Also ##### -->
13
 
<para>
14
 
 
15
 
</para>
16
 
 
17
 
<!-- ##### SECTION Stability_Level ##### -->
18
 
 
19
 
 
20
 
<!-- ##### SECTION Image ##### -->
21
 
 
22
 
 
23
 
<!-- ##### STRUCT ThunarVfsMonitor ##### -->
24
 
<para>
25
 
  The #ThunarVfsMonitor-struct contains private data only, and should
26
 
  be accessed using the functions below.
27
 
</para>
28
 
 
29
 
 
30
 
<!-- ##### ENUM ThunarVfsMonitorEvent ##### -->
31
 
<para>
32
 
 
33
 
</para>
34
 
 
35
 
@THUNAR_VFS_MONITOR_EVENT_CHANGED: 
36
 
@THUNAR_VFS_MONITOR_EVENT_CREATED: 
37
 
@THUNAR_VFS_MONITOR_EVENT_DELETED: 
38
 
 
39
 
<!-- ##### STRUCT ThunarVfsMonitorHandle ##### -->
40
 
<para>
41
 
 
42
 
</para>
43
 
 
44
 
 
45
 
<!-- ##### USER_FUNCTION ThunarVfsMonitorCallback ##### -->
46
 
<para>
47
 
 
48
 
</para>
49
 
 
50
 
@monitor: 
51
 
@handle: 
52
 
@event: 
53
 
@handle_path: 
54
 
@event_path: 
55
 
@user_data: 
56
 
 
57
 
 
58
 
<!-- ##### FUNCTION thunar_vfs_monitor_get_default ##### -->
59
 
<para>
60
 
 
61
 
</para>
62
 
 
63
 
@void: 
64
 
@Returns: 
65
 
 
66
 
 
67
 
<!-- ##### FUNCTION thunar_vfs_monitor_add_directory ##### -->
68
 
<para>
69
 
 
70
 
</para>
71
 
 
72
 
@monitor: 
73
 
@path: 
74
 
@callback: 
75
 
@user_data: 
76
 
@Returns: 
77
 
 
78
 
 
79
 
<!-- ##### FUNCTION thunar_vfs_monitor_add_file ##### -->
80
 
<para>
81
 
 
82
 
</para>
83
 
 
84
 
@monitor: 
85
 
@path: 
86
 
@callback: 
87
 
@user_data: 
88
 
@Returns: 
89
 
 
90
 
 
91
 
<!-- ##### FUNCTION thunar_vfs_monitor_remove ##### -->
92
 
<para>
93
 
 
94
 
</para>
95
 
 
96
 
@monitor: 
97
 
@handle: 
98
 
 
99
 
 
100
 
<!-- ##### FUNCTION thunar_vfs_monitor_feed ##### -->
101
 
<para>
102
 
 
103
 
</para>
104
 
 
105
 
@monitor: 
106
 
@event: 
107
 
@path: 
108
 
 
109
 
 
110
 
<!-- ##### FUNCTION thunar_vfs_monitor_wait ##### -->
111
 
<para>
112
 
 
113
 
</para>
114
 
 
115
 
@monitor: 
116
 
 
117