allow to access (read-only) the current color management configuration
2005-06-26 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/gimprc.pdb: allow to access (read-only) the current color management configuration through the PDB. * libgimp/gimpgimprc_pdb.[ch] * app/pdb/gimprc_cmds.c * app/pdb/internal_procs.c: regenerated. * libgimp/Makefile.am * libgimp/gimp.h * libgimp/gimpgimprc.[ch]: wrap the new PDB function to make it easier to use from plug-ins. This change adds a dependency on libgimpconfig to libgimp. * gimp.pc.in: changed accordingly. * plug-ins/FractalExplorer/Dialogs.c * plug-ins/gfig/gfig-dialog.c * plug-ins/gflare/gflare.c: no need to include gimpconfig.h explicitely any longer. * libgimp/gimpfontselectbutton.c: fixed gtk-doc comments.
This commit is contained in:

committed by
Sven Neumann

parent
017af36f1e
commit
b10218ce5a
@ -81,6 +81,7 @@
|
||||
<chapter id="libgimp-selectors">
|
||||
<title>Controlling the Core's Selection Dialogs</title>
|
||||
<xi:include href="xml/gimpbrushselect.xml" />
|
||||
<xi:include href="xml/gimpfontselectbutton.xml" />
|
||||
<xi:include href="xml/gimpfontselect.xml" />
|
||||
<xi:include href="xml/gimpgradientselect.xml" />
|
||||
<xi:include href="xml/gimppaletteselect.xml" />
|
||||
|
@ -374,6 +374,7 @@ gimp_fonts_set_popup
|
||||
<FILE>gimpgimprc</FILE>
|
||||
gimp_gimprc_query
|
||||
gimp_gimprc_set
|
||||
gimp_get_color_configuration
|
||||
gimp_get_default_comment
|
||||
gimp_get_module_load_inhibit
|
||||
gimp_get_monitor_resolution
|
||||
@ -918,6 +919,26 @@ GIMP_IS_PROGRESS_BAR_CLASS
|
||||
GIMP_PROGRESS_BAR_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpfontselectbutton</FILE>
|
||||
<TITLE>GimpFontSelectButton</TITLE>
|
||||
GimpFontSelectButton
|
||||
gimp_font_select_button_new
|
||||
gimp_font_select_button_get_font_name
|
||||
gimp_font_select_button_set_font_name
|
||||
gimp_font_select_button_close_popup
|
||||
<SUBSECTION Standard>
|
||||
GimpFontSelectButtonPrivate
|
||||
GimpFontSelectButtonClass
|
||||
GIMP_FONT_SELECT_BUTTON
|
||||
GIMP_IS_FONT_SELECT_BUTTON
|
||||
GIMP_TYPE_FONT_SELECT_BUTTON
|
||||
gimp_font_select_button_get_type
|
||||
GIMP_FONT_SELECT_BUTTON_CLASS
|
||||
GIMP_IS_FONT_SELECT_BUTTON_CLASS
|
||||
GIMP_FONT_SELECT_BUTTON_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpmenu</FILE>
|
||||
GimpConstraintFunc
|
||||
|
@ -6,6 +6,7 @@ gimp_aspect_preview_get_type
|
||||
gimp_channel_combo_box_get_type
|
||||
gimp_drawable_combo_box_get_type
|
||||
gimp_drawable_preview_get_type
|
||||
gimp_font_select_button_get_type
|
||||
gimp_image_combo_box_get_type
|
||||
gimp_layer_combo_box_get_type
|
||||
gimp_progress_bar_get_type
|
||||
|
77
devel-docs/libgimp/tmpl/gimpfontselectbutton.sgml
Normal file
77
devel-docs/libgimp/tmpl/gimpfontselectbutton.sgml
Normal file
@ -0,0 +1,77 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
GimpFontSelectButton
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### STRUCT GimpFontSelectButton ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GimpFontSelectButton::font-set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gimpfontselectbutton: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### ARG GimpFontSelectButton:font-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GimpFontSelectButton:title ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gimp_font_select_button_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@title:
|
||||
@font_name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_font_select_button_get_font_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_font_select_button_set_font_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@font_name:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_font_select_button_close_popup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
|
||||
|
@ -34,6 +34,14 @@ Interactions with settings from .gimprc.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_get_color_configuration ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_get_default_comment ##### -->
|
||||
<para>
|
||||
|
||||
|
Reference in New Issue
Block a user