Skip to content

Commit

Permalink
collapse groupings
Browse files Browse the repository at this point in the history
  • Loading branch information
ricksterhd123 committed Dec 11, 2023
1 parent bef0cbc commit a36cf2f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lib/shout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,47 +28,34 @@ module Shout
# Connection parameters
attach_function :shout_set_host, %i[pointer string], :int
attach_function :shout_get_host, %i[pointer], :string

attach_function :shout_set_port, %i[pointer int], :int
attach_function :shout_get_port, [:pointer], :int

attach_function :shout_set_user, %i[pointer string], :int
attach_function :shout_get_user, [:pointer], :string

attach_function :shout_set_password, %i[pointer string], :int
attach_function :shout_get_password, [:pointer], :string

attach_function :shout_set_protocol, %i[pointer int], :int
attach_function :shout_get_protocol, [:pointer], :int

attach_function :shout_set_format, %i[pointer int], :int
attach_function :shout_get_format, [:pointer], :int

attach_function :shout_set_mount, %i[pointer string], :int
attach_function :shout_get_mount, [:pointer], :string

attach_function :shout_set_dumpfile, %i[pointer string], :int
attach_function :shout_get_dumpfile, [:pointer], :string

attach_function :shout_set_agent, %i[pointer string], :int
attach_function :shout_get_agent, [:pointer], :string

# Directory parameters
attach_function :shout_set_public, %i[pointer int], :int
attach_function :shout_get_public, [:pointer], :int

attach_function :shout_set_name, %i[pointer string], :int
attach_function :shout_get_name, [:pointer], :string

attach_function :shout_set_url, %i[pointer string], :int
attach_function :shout_get_url, [:pointer], :string

attach_function :shout_set_genre, %i[pointer string], :int
attach_function :shout_get_genre, [:pointer], :string

attach_function :shout_set_description, %i[pointer string], :int
attach_function :shout_get_description, [:pointer], :string

attach_function :shout_set_audio_info, %i[pointer string string], :int
attach_function :shout_get_audio_info, %i[pointer string], :string

Expand Down

0 comments on commit a36cf2f

Please sign in to comment.