Class: Gio::ContentType

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

Class Method Summary collapse

Class Method Details

.registeredObject



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

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

.registered_rawObject



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

alias_method :registered_raw, :registered