~swem/totem/assignment

« back to all changes in this revision

Viewing changes to docs/reference/html/totem.devhelp

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-02-25 19:11:33 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100225191133-7bonpywglovrzohq
Tags: 2.29.91-1
* New upstream development release:
  + debian/patches/90_autotools.patch:
    - Refreshed for the new version.
  + debian/control.in:
    - Update build dependencies and dependencies.
* debian/patches/99_gst-bus_flush.patch:
  + Patch from upstream GIT to fix automatic codec installation
    and random errors showing up from previous tracks.
* debian/control.in:
  + Add ATK build dependency to allow buildds to actually install
    the correct version instead of producing an error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
    <sub name="Index of deprecated symbols" link="api-index-deprecated.html"/>
20
20
  </chapters>
21
21
  <functions>
22
 
    <function name="Locations" link="totem-plugins.html#id301339"/>
23
 
    <function name="The .totem-plugin File" link="totem-plugins.html#id299155"/>
24
 
    <function name="Writing a Plugin" link="totem-plugins.html#id322511"/>
 
22
    <function name="Locations" link="totem-plugins.html#id421239"/>
 
23
    <function name="The .totem-plugin File" link="totem-plugins.html#id422925"/>
 
24
    <function name="Writing a Plugin" link="totem-plugins.html#id445212"/>
25
25
    <function name="Totem" link="TotemObject.html#Totem"/>
26
 
    <function name="TotemObject" link="TotemObject.html#TotemObject"/>
 
26
    <function name="TotemObject" link="TotemObject.html#TotemObject-struct"/>
27
27
    <function name="TotemObjectClass" link="TotemObject.html#TotemObjectClass"/>
28
28
    <function name="enum TotemRemoteCommand" link="TotemObject.html#TotemRemoteCommand"/>
29
29
    <function name="enum TotemRemoteSetting" link="TotemObject.html#TotemRemoteSetting"/>
51
51
    <function name="totem_action_remote_set_setting ()" link="TotemObject.html#totem-action-remote-set-setting"/>
52
52
    <function name="totem_action_seek_time ()" link="TotemObject.html#totem-action-seek-time"/>
53
53
    <function name="totem_action_seek_relative ()" link="TotemObject.html#totem-action-seek-relative"/>
 
54
    <function name="totem_action_volume ()" link="TotemObject.html#totem-action-volume"/>
54
55
    <function name="totem_action_volume_relative ()" link="TotemObject.html#totem-action-volume-relative"/>
55
56
    <function name="totem_action_volume_toggle_mute ()" link="TotemObject.html#totem-action-volume-toggle-mute"/>
56
57
    <function name="totem_action_toggle_aspect_ratio ()" link="TotemObject.html#totem-action-toggle-aspect-ratio"/>
75
76
    <function name="totem_get_playlist_pos ()" link="TotemObject.html#totem-get-playlist-pos"/>
76
77
    <function name="totem_get_title_at_playlist_pos ()" link="TotemObject.html#totem-get-title-at-playlist-pos"/>
77
78
    <function name="totem_get_short_title ()" link="TotemObject.html#totem-get-short-title"/>
 
79
    <function name="totem_get_volume ()" link="TotemObject.html#totem-get-volume"/>
 
80
    <function name="totem_get_version ()" link="TotemObject.html#totem-get-version"/>
78
81
    <function name="totem_add_sidebar_page ()" link="TotemObject.html#totem-add-sidebar-page"/>
79
82
    <function name="totem_remove_sidebar_page ()" link="TotemObject.html#totem-remove-sidebar-page"/>
80
83
    <function name="The &quot;current-mrl&quot; property" link="TotemObject.html#TotemObject--current-mrl"/>