File: firstplugin.xml

package info (click to toggle)
mlview 0.9.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,028 kB
  • ctags: 3,957
  • sloc: cpp: 49,090; sh: 8,393; ansic: 3,262; xml: 361; makefile: 329
file content (7 lines) | stat: -rw-r--r-- 233 bytes parent folder | download
1
2
3
4
5
6
7
<plugin>
  <file>/usr/local/lib/mlview/plugins/libfirstplugin.so</file>
  <name>FirstPlugin</name>
  <description>MlView's first plugin !</description>
  <load>first_plugin_load</load>
  <unload>first_plugin_unload</unload>
</plugin>