2001-07-09 Bradford Hovinen <hovinen@ximian.com> * archive.c (archive_load): Use .gnome/capplet-archive rather than .gnome/control-center * sound-properties-capplet.c (create_control_cb): Implement (main): Use create_control_cb * Bonobo_Control_Capplet_sound_properties.oaf: Use PropertyControl interface * sound-properties-capplet.c (create_dialog_cb): Update signature for use as a BonoboPropertyControlGetControlFn * capplet-dir.c (capplet_control_launch): Create a control by first retrieving the PropertyControl and then extracting the control from it (capplet_control_launch): Connect button signals (capplet_cancel_cb): Implement. Just destroy the app widget (capplet_ok_cb): Ditto. (capplet_control_launch): Don't use a BonoboArg when setting the property
21 lines
759 B
Text
21 lines
759 B
Text
<oaf_info>
|
|
|
|
<oaf_server iid="OAFIID:Bonobo_Control_Capplet_sound_properties_Factory" type="exe" location="sound-properties-capplet">
|
|
<oaf_attribute name="repo_ids" type="stringv">
|
|
<item value="IDL:GNOME/ObjectFactory:1.0"/>
|
|
</oaf_attribute>
|
|
|
|
<oaf_attribute name="name" type="string" value="Sound properties capplet factory"/>
|
|
</oaf_server>
|
|
|
|
<oaf_server iid="OAFIID:Bonobo_Control_Capplet_sound_properties" type="factory"
|
|
location="OAFIID:Bonobo_Control_Capplet_sound_properties_Factory">
|
|
<oaf_attribute name="repo_ids" type="stringv">
|
|
<item value="IDL:Bonobo/PropertyControl:1.0"/>
|
|
<item value="IDL:Bonobo/Unknown:1.0"/>
|
|
</oaf_attribute>
|
|
|
|
<oaf_attribute name="name" type="string" value="Sound properties capplet"/>
|
|
</oaf_server>
|
|
|
|
</oaf_info>
|