Class: Gio::ContentType

Inherits:
Object
  • Object
show all
Defined in:
lib/gio2/content-type.rb

Class Method Summary collapse

Class Method Details

.registeredObject



22
23
24
25
26
# File 'lib/gio2/content-type.rb', line 22

def registered
  registered_raw.collect do |type|
    new(type)
  end
end

.registered_rawObject



21
# File 'lib/gio2/content-type.rb', line 21

alias_method :registered_raw, :registered