devel-docs: Update 2.8 symbols
This commit is contained in:
@ -127,6 +127,8 @@ gimp_window_set_transient_for_display
|
||||
GimpExportCapabilities
|
||||
GimpExportReturn
|
||||
gimp_export_image
|
||||
gimp_export_dialog_new
|
||||
gimp_export_dialog_get_content_area
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@ -508,6 +510,7 @@ gimp_help
|
||||
<FILE>gimpimage</FILE>
|
||||
gimp_image_list
|
||||
gimp_image_new
|
||||
gimp_image_get_uri
|
||||
gimp_image_duplicate
|
||||
gimp_image_delete
|
||||
gimp_image_is_valid
|
||||
@ -865,6 +868,9 @@ gimp_text_layer_get_line_spacing
|
||||
gimp_text_layer_set_line_spacing
|
||||
gimp_text_layer_get_letter_spacing
|
||||
gimp_text_layer_set_letter_spacing
|
||||
gimp_text_layer_get_hint_style
|
||||
gimp_text_layer_set_hint_style
|
||||
gimp_text_layer_resize
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
||||
@ -64,3 +64,23 @@ as it will most probably have to open a dialog.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_export_dialog_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@format_name:
|
||||
@role:
|
||||
@help_id:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_export_dialog_get_content_area ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@dialog:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
||||
@ -39,6 +39,15 @@ and operations involving multiple layers.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_uri ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_duplicate ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -282,3 +282,33 @@ gimptextlayer
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_text_layer_get_hint_style ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@layer_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_text_layer_set_hint_style ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@layer_ID:
|
||||
@style:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_text_layer_resize ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@layer_ID:
|
||||
@width:
|
||||
@height:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user