home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / lib / perl5 / Gnome2 / VFS / Application.pod < prev    next >
Encoding:
Text File  |  2006-06-19  |  1.8 KB  |  183 lines

  1. =head1 NAME
  2.  
  3. Gnome2::VFS::Application
  4.  
  5.  
  6. =head1 METHODS
  7.  
  8. =head2 $app_id-E<gt>B<add_mime_type> ($mime_type)
  9.  
  10. =over
  11.  
  12. =over
  13.  
  14. =item * $mime_type (string) 
  15.  
  16. =back
  17.  
  18. =back
  19.  
  20. =head2 list = $app_id-E<gt>B<get_bool_value> ($key)
  21.  
  22. =over
  23.  
  24. =over
  25.  
  26. =item * $key (string) 
  27.  
  28. =back
  29.  
  30.  
  31. Returns the actual value and a boolean indicating whether the requested key was
  32. found.
  33.  
  34.  
  35. =back
  36.  
  37. =head2 $app_id-E<gt>B<set_bool_value> ($key, $value)
  38.  
  39. =over
  40.  
  41. =over
  42.  
  43. =item * $key (string) 
  44.  
  45. =item * $value (boolean) 
  46.  
  47. =back
  48.  
  49. =back
  50.  
  51. =head2 $app_id-E<gt>B<clear_mime_types> 
  52.  
  53. =over
  54.  
  55. =back
  56.  
  57. =head2 boolean = $app_id-E<gt>B<exists> 
  58.  
  59. =over
  60.  
  61. =back
  62.  
  63. =head2 list = $app_id-E<gt>B<get_keys> 
  64.  
  65. =over
  66.  
  67.  
  68. Returns a list of valid keys for that application.
  69.  
  70.  
  71. =back
  72.  
  73. =head2 application = $app_id-E<gt>B<get_mime_application> 
  74.  
  75. =over
  76.  
  77. =back
  78.  
  79. =head2 list = $app_id-E<gt>B<get_mime_types> 
  80.  
  81. =over
  82.  
  83.  
  84. Returns a list of MIME types this application can handle.
  85.  
  86.  
  87. =back
  88.  
  89. =head2 string = $app_id-E<gt>B<peek_value> ($key)
  90.  
  91. =over
  92.  
  93. =over
  94.  
  95. =item * $key (string) 
  96.  
  97. =back
  98.  
  99. =back
  100.  
  101. =head2 $app_id-E<gt>B<remove_application> 
  102.  
  103. =over
  104.  
  105. =back
  106.  
  107. =head2 $app_id-E<gt>B<remove_mime_type> ($mime_type)
  108.  
  109. =over
  110.  
  111. =over
  112.  
  113. =item * $mime_type (string) 
  114.  
  115. =back
  116.  
  117. =back
  118.  
  119. =head2 boolean = $app_id-E<gt>B<supports_mime_type> ($mime_type)
  120.  
  121. =over
  122.  
  123. =over
  124.  
  125. =item * $mime_type (string) 
  126.  
  127. =back
  128.  
  129. =back
  130.  
  131. =head2 boolean = $app_id-E<gt>B<supports_uri_scheme> ($uri_scheme)
  132.  
  133. =over
  134.  
  135. =over
  136.  
  137. =item * $uri_scheme (string) 
  138.  
  139. =back
  140.  
  141. =back
  142.  
  143. =head2 $app_id-E<gt>B<unset_key> ($key)
  144.  
  145. =over
  146.  
  147. =over
  148.  
  149. =item * $key (string) 
  150.  
  151. =back
  152.  
  153. =back
  154.  
  155. =head2 $app_id-E<gt>B<set_value> ($key, $value)
  156.  
  157. =over
  158.  
  159. =over
  160.  
  161. =item * $key (string) 
  162.  
  163. =item * $value (string) 
  164.  
  165. =back
  166.  
  167. =back
  168.  
  169.  
  170. =head1 SEE ALSO
  171.  
  172. L<Gnome2::VFS>
  173.  
  174. =head1 COPYRIGHT
  175.  
  176. Copyright (C) 2003-2004 by the gtk2-perl team.
  177.  
  178. This software is licensed under the LGPL.  See L<Gnome2::VFS> for a full notice.
  179.  
  180.  
  181. =cut
  182.  
  183.