~ubuntu-branches/ubuntu/precise/gnome-games/precise-proposed

« back to all changes in this revision

Viewing changes to libgames-support/games-sound.c

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-05-30 13:32:04 UTC
  • mfrom: (1.3.4)
  • mto: (163.1.3 precise)
  • mto: This revision was merged to the branch mainline in revision 143.
  • Revision ID: package-import@ubuntu.com-20110530133204-celaq1v1dsxc48q1
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
 
168
168
/**
169
169
 * games_sound_play:
170
 
 * @filename: the sound file to player
 
170
 * @sound_name: the sound file to player
171
171
 * 
172
172
 * Plays a sound with the given filename from the
173
173
 * GAMES_RUNTIME_SOUND_DIRECTORY directory in .ogg format.
185
185
    
186
186
/**
187
187
 * games_sound_play_for_screen:
188
 
 * @filename: the sound file to player
 
188
 * @sound_name: the sound file to player
189
189
 * 
190
190
 * Plays a sound with the given filename from the
191
191
 * GAMES_RUNTIME_SOUND_DIRECTORY directory in .ogg format.
224
224
/**
225
225
 * games_sound_play_for_widget:
226
226
 * @sound_name: the name of the sound to play
227
 
 * @event: the #GdkEvent associated with the sound
 
227
 * @widget: the #GtkWidget to play the sound for
228
228
 *
229
229
 * Plays a sound for @widget. Use games_sound_play_for_event() instead
230
230
 * if the sound is associated with an event.