Skip to content

Commit

Permalink
Add sound namespace to App
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Aug 26, 2023
1 parent abe4123 commit 91cf98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Authored by: Leonhard Kargl <[email protected]>
*/

public class App : Object {
public class Sound.App : Object {
public uint32 index { get; construct; }
public string name { get; construct; }
public PulseAudio.ChannelMap channel_map { get; set; }
Expand Down

0 comments on commit 91cf98f

Please sign in to comment.