~ubuntu-branches/ubuntu/lucid/totem/lucid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-25 11:43:11 UTC
  • mfrom: (1.11.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100225114311-vsjdzq9kl2n2g3ss
Tags: 2.29.91-0ubuntu1
* New upstream version:
  - Fix compilation with newer versions of Tracker
  - Update time in the status bar when frame-stepping
  - Fix a lot of build problems with newer GTK+, or using pedantic linkers
  - Update Vala bindings for external plugins
  - Fix problems with the popup menu in the browser plugin
* debian/control.in:
  - updated the gstreamer and gtk requirements
* debian/patches/90_autotools.patch:
  - new version update

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"/>