~ubuntu-branches/ubuntu/raring/rygel/raring

« back to all changes in this revision

Viewing changes to doc/reference/librygel-server/valadoc/librygel-server/Rygel.WritableContainer.remove_item.html

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2012-09-26 22:34:15 UTC
  • mfrom: (11.1.19 experimental)
  • Revision ID: package-import@ubuntu.com-20120926223415-9day2s783n9td4e8
Tags: 0.16.0-1
ImportedĀ UpstreamĀ versionĀ 0.16.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<html>
 
3
  <head>
 
4
    <title>Rygel.WritableContainer.remove_item &ndash; librygel-server &ndash; Vala Binding Reference</title>
 
5
    <link href="../style.css" rel="stylesheet" type="text/css"/><script src="../scripts.js" type="text/javascript">
 
6
    </script>
 
7
  </head>
 
8
  <body>
 
9
    <div class="site_header">Rygel.WritableContainer.remove_item &ndash; librygel-server Reference Manual</div>
 
10
    <div class="site_body">
 
11
      <div class="site_navigation">
 
12
        <ul class="navi_main">
 
13
          <li class="package_index"><a href="../index.html">Packages</a></li>
 
14
        </ul>
 
15
        <hr class="navi_hr"/>
 
16
        <ul class="navi_main">
 
17
          <li class="package"><a href="index.htm">librygel-server</a></li>
 
18
        </ul>
 
19
        <hr class="navi_hr"/>
 
20
        <ul class="navi_main">
 
21
          <li class="namespace"><a href="Rygel.html">Rygel</a></li>
 
22
        </ul>
 
23
        <hr class="navi_hr"/>
 
24
        <ul class="navi_main">
 
25
          <li class="interface"><a href="Rygel.WritableContainer.html">WritableContainer</a></li>
 
26
        </ul>
 
27
        <hr class="navi_hr"/>
 
28
        <ul class="navi_main">
 
29
          <li class="abstract_property"><a href="Rygel.WritableContainer.create_classes.html">create_classes</a></li>
 
30
          <li class="abstract_method"><a href="Rygel.WritableContainer.add_item.html">add_item</a></li>
 
31
          <li class="method"><a href="Rygel.WritableContainer.can_create.html">can_create</a></li>
 
32
          <li class="abstract_method">remove_item</li>
 
33
        </ul>
 
34
      </div>
 
35
      <div class="site_content">
 
36
        <h1 class="main_title">remove_item</h1>
 
37
        <hr class="main_hr"/>
 
38
        <h2 class="main_title">Description:</h2>
 
39
        <div class="main_code_definition"><span class="main_keyword">public</span> <span class="main_keyword">abstract</span> <span class="main_keyword">async</span> <span class="main_keyword">void</span> <b><span css="abstract_method">remove_item</span></b> (<span class="main_basic_type"><code>string</code></span> id, <span class="main_type"><code>Cancellable</code></span>? cancellable) <span class="main_keyword">throws</span> <span class="main_type"><code>Error</code></span>
 
40
        </div>
 
41
        <div class="description">
 
42
          <p>Remove an item directly under this container that has the ID @id.</p>
 
43
          <p>The caller should not first remove the file(s) pointed to by the item's URI(s). That is handled by the container class.</p>
 
44
          <p>This method corresponds to the UPnP ContentDirectory's DestroyObject action.</p>
 
45
          <h2 class="main_title">Parameters:</h2>
 
46
          <table class="main_parameter_table">
 
47
            <tr>
 
48
              <td class="main_parameter_table_name">id</td>
 
49
              <td>The ID of the item to remove from this container </td>
 
50
            </tr>
 
51
            <tr>
 
52
              <td class="main_parameter_table_name">cancellable</td>
 
53
              <td>optional cancellable for this operation </td>
 
54
            </tr>
 
55
          </table>
 
56
          <h2 class="main_title">Returns:</h2>
 
57
          <table class="main_parameter_table">
 
58
            <tr>
 
59
              <td>nothing. </td>
 
60
            </tr>
 
61
          </table>
 
62
        </div>
 
63
      </div>
 
64
    </div><br/>
 
65
    <div class="site_footer">Generated by <a href="http://www.valadoc.org/">Valadoc</a>
 
66
    </div>
 
67
  </body>
 
68
</html>
 
 
b'\\ No newline at end of file'