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

« back to all changes in this revision

Viewing changes to doc/reference/librygel-server/valadoc/librygel-server/Rygel.MediaContainer.container_updated.html

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2012-09-26 22:34:15 UTC
  • mfrom: (1.3.2)
  • mto: (14.1.10 sid)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20120926223415-mem27auv86jjrj9k
ImportedĀ UpstreamĀ versionĀ 0.16.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        <div class="main_code_definition"><span class="main_keyword">public</span> <span class="main_keyword">signal</span> <span class="main_keyword">void</span> <b><span css="signal">container_updated</span></b> (<span class="main_type"><a href="Rygel.MediaContainer.html" class="abstract_class">MediaContainer</a></span> container)
52
52
        </div>
53
53
        <div class="description">
54
 
          <p>container_updated signal that is emitted if a child container under the tree of this container gets updated.</p>
 
54
          <p>The container_updated signal is emitted if a child container under the tree of this container has been updated.</p>
55
55
          <h2 class="main_title">Parameters:</h2>
56
56
          <table class="main_parameter_table">
57
57
            <tr>
58
58
              <td class="main_parameter_table_name">container</td>
59
 
              <td>the container that just got updated. </td>
 
59
              <td>The child container that has been updated. </td>
60
60
            </tr>
61
61
          </table>
62
62
        </div>