Modified.sgm 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <!-- $XConsortium: Modified.sgm /main/5 1996/08/30 14:54:07 rws $ -->
  2. <!-- (c) Copyright 1995 Digital Equipment Corporation. -->
  3. <!-- (c) Copyright 1995 Hewlett-Packard Company. -->
  4. <!-- (c) Copyright 1995 International Business Machines Corp. -->
  5. <!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
  6. <!-- (c) Copyright 1995 Novell, Inc. -->
  7. <!-- (c) Copyright 1995 FUJITSU LIMITED. -->
  8. <!-- (c) Copyright 1995 Hitachi. -->
  9. <![ %CDE.C.CDE; [<RefEntry Id="CDEMX.XCDI.MAN297.rsml.1">]]>
  10. <![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN297.rsml.1">]]>
  11. <RefMeta>
  12. <RefEntryTitle>Modified</RefEntryTitle>
  13. <ManVolNum>special file</ManVolNum>
  14. </RefMeta>
  15. <RefNameDiv>
  16. <RefName><Symbol Role="Message">Modified</Symbol></RefName>
  17. <RefPurpose>an entity has been modified
  18. </RefPurpose>
  19. </RefNameDiv>
  20. <!-- $XConsortium: Modified.sgm /main/5 1996/08/30 14:54:07 rws $-->
  21. <!-- CDE Common Source Format, Version 1.0.0-->
  22. <!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
  23. <!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
  24. <!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
  25. <!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
  26. <RefSynopsisDiv>
  27. <Synopsis>[<Symbol Role="Variable">file</Symbol>] Modified(in <Emphasis>type ID</Emphasis>);
  28. </Synopsis>
  29. </RefSynopsisDiv>
  30. <RefSect1>
  31. <Title>DESCRIPTION</Title>
  32. <Para>The
  33. <Symbol Role="Message">Modified</Symbol> notice
  34. is sent whenever a tool first modifies a volatile,
  35. non-shared (for example, in-memory) representation of the persistent
  36. state of an entity (such as a file), with the intention of
  37. eventually making that representation persistent.
  38. </Para>
  39. <Para>The
  40. <Emphasis>ID</Emphasis> argument
  41. is the identity of the modified entity.
  42. When its
  43. <Symbol Role="Variable">type</Symbol> is
  44. <Literal>File</Literal>, then the
  45. <Emphasis>ID</Emphasis> argument is unset (in other words, has a
  46. value of
  47. <Literal>(char *)0</Literal>), and it refers to the file or directory
  48. named in the message's file attribute.
  49. </Para>
  50. </RefSect1>
  51. <RefSect1>
  52. <Title>APPLICATION USAGE</Title>
  53. <Para>The
  54. &cdeman.ttdt.file.join;, function can be used to register for,
  55. and help process, the
  56. <Symbol Role="Message">Modified</Symbol> request.
  57. </Para>
  58. <Para>The
  59. <Symbol Role="Message">Modified</Symbol> request can be sent with
  60. &cdeman.ttdt.file.event;.</Para>
  61. </RefSect1>
  62. <RefSect1>
  63. <Title>SEE ALSO</Title>
  64. <Para>&cdeman.ttdt.file.event;. &cdeman.ttdt.file.join;; <Symbol Role="Message">Reverted</Symbol> notice.
  65. </Para>
  66. </RefSect1>
  67. </RefEntry>
  68. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->