libgimpbase/tmpl/gimpdatafiles.sgml
2004-01-28 Michael Natterer <mitch@gimp.org> * libgimpbase/tmpl/gimpdatafiles.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/tmpl/gimppatheditor.sgml: updated.
This commit is contained in:
committed by
Michael Natterer
parent
894cf70dd5
commit
9887f19729
@ -128,6 +128,10 @@ GimpPathEditor
|
||||
gimp_path_editor_new
|
||||
gimp_path_editor_get_path
|
||||
gimp_path_editor_set_path
|
||||
gimp_path_editor_get_writable_path
|
||||
gimp_path_editor_set_writable_path
|
||||
gimp_path_editor_get_dir_writable
|
||||
gimp_path_editor_set_dir_writable
|
||||
<SUBSECTION Standard>
|
||||
GIMP_PATH_EDITOR
|
||||
GIMP_IS_PATH_EDITOR
|
||||
|
||||
@ -68,6 +68,44 @@ the search path, the "path_changed" signal will be emitted.
|
||||
@gpe:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_path_editor_get_writable_path ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@editor:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_path_editor_set_writable_path ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@editor:
|
||||
@path:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_path_editor_get_dir_writable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@editor:
|
||||
@directory:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_path_editor_set_dir_writable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@editor:
|
||||
@directory:
|
||||
@writable:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GimpPathEditor::path-changed ##### -->
|
||||
<para>
|
||||
|
||||
@ -75,3 +113,12 @@ the search path, the "path_changed" signal will be emitted.
|
||||
|
||||
@gimppatheditor: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GimpPathEditor::writable-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gimppatheditor: the object which received the signal.
|
||||
<!-- # Unused Parameters # -->
|
||||
@arg1:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user