doc for MountOperationResult
svn path=/trunk/gtk-sharp/; revision=122781
This commit is contained in:
parent
7059fb503e
commit
fcf0a617e4
1 changed files with 6 additions and 5 deletions
|
@ -12,7 +12,8 @@
|
|||
</Attribute>
|
||||
</Attributes>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<summary>
|
||||
<see cref="T:GLib.MountOperationResult" /> is returned as a result when a request for information is send by the mounting operation.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
<since version="Gtk# 2.14" />
|
||||
</Docs>
|
||||
|
@ -24,7 +25,7 @@
|
|||
<ReturnType>GLib.MountOperationResult</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<summary>The user requested the mount operation to be aborted.</summary>
|
||||
<since version="Gtk# 2.14" />
|
||||
</Docs>
|
||||
</Member>
|
||||
|
@ -35,7 +36,7 @@
|
|||
<ReturnType>GLib.MountOperationResult</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<summary>The request was fulfilled and the user specified data is now available.</summary>
|
||||
<since version="Gtk# 2.14" />
|
||||
</Docs>
|
||||
</Member>
|
||||
|
@ -46,9 +47,9 @@
|
|||
<ReturnType>GLib.MountOperationResult</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<summary>The request was unhandled (i.e. not implemented).</summary>
|
||||
<since version="Gtk# 2.14" />
|
||||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
</Type>
|
Loading…
Reference in a new issue