File: clock-applet.server

package info (click to toggle)
ruby-gnome2 0.15.0-1.1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,704 kB
  • ctags: 8,558
  • sloc: ansic: 69,912; ruby: 19,511; makefile: 97; xml: 35; sql: 13
file content (26 lines) | stat: -rw-r--r-- 1,301 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<oaf_info>
<oaf_server iid="OAFIID:GNOME_SampleClockApplet_Factory" type="exe"
            location="/usr/libexec/clock-applet.rb">

        <oaf_attribute name="repo_ids" type="stringv">
                <item value="IDL:Bonobo/GenericFactory:1.0"/>
                <item value="IDL:Bonobo/Unknown:1.0"/>
        </oaf_attribute>
        <oaf_attribute name="name" type="string" value="Clock Applet Factory"/>
        <oaf_attribute name="description" type="string" value="Sample clock applet factory for Ruby-GNOME2"/>
</oaf_server>

<oaf_server iid="OAFIID:GNOME_SampleClockApplet" type="factory"
            location="OAFIID:GNOME_SampleClockApplet_Factory">

        <oaf_attribute name="repo_ids" type="stringv">
                <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
                <item value="IDL:Bonobo/Control:1.0"/>
                <item value="IDL:Bonobo/Unknown:1.0"/>
        </oaf_attribute>
        <oaf_attribute name="name" type="string" value="Clock Applet"/>
        <oaf_attribute name="description" type="string" value="Sample clock applet for Ruby-GNOME2"/>
        <oaf_attribute name="panel:category" type="string" value="Ruby/PanelApplet Samples"/>
        <oaf_attribute name="panel:icon" type="string" value="gnome-applets.png"/>
</oaf_server>
</oaf_info>