Makefile.am configure.in gimp.1.in gimp.spec.in gimprc.5.in user_install
2000-10-14 Sven Neumann <sven@gimp.org> * Makefile.am * configure.in * gimp.1.in * gimp.spec.in * gimprc.5.in * user_install * user_install.bat * app/gimprc.c * app/user_install.c * libgimp/Makefile.am * libgimp/gimpenv.[ch]: applied a modified version of gimp-che-20001013-2, a patch from Ben Gertzfield <che@debian.org> that moves the system-dependant configuration files (gimprc and friends) into $prefix/etc/gimp/1.1.
This commit is contained in:
committed by
Sven Neumann
parent
485242fa46
commit
9554632046
@ -124,7 +124,7 @@ union GimpParamData
|
||||
gint32 d_unit;
|
||||
GimpParasite d_parasite;
|
||||
gint32 d_tattoo;
|
||||
gint32 d_status;
|
||||
GimpPDBStatusType d_status;
|
||||
};
|
||||
</UNION>
|
||||
<STRUCT>
|
||||
@ -338,7 +338,9 @@ struct GimpChainButton
|
||||
<NAME>GimpChainButtonClass</NAME>
|
||||
struct GimpChainButtonClass
|
||||
{
|
||||
GtkButtonClass parent_class;
|
||||
GtkTableClass parent_class;
|
||||
|
||||
void (* toggled) (GimpChainButton *gcb);
|
||||
};
|
||||
</STRUCT>
|
||||
<FUNCTION>
|
||||
@ -2053,6 +2055,11 @@ gchar *basename
|
||||
void
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_sysconf_directory</NAME>
|
||||
<RETURNS>gchar *</RETURNS>
|
||||
void
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_gtkrc</NAME>
|
||||
<RETURNS>gchar *</RETURNS>
|
||||
void
|
||||
@ -5286,11 +5293,11 @@ GIOChannel *channel,gchar **data,gint count
|
||||
</MACRO>
|
||||
<MACRO>
|
||||
<NAME>GIMP_MICRO_VERSION</NAME>
|
||||
#define GIMP_MICRO_VERSION (25)
|
||||
#define GIMP_MICRO_VERSION (27)
|
||||
</MACRO>
|
||||
<MACRO>
|
||||
<NAME>GIMP_VERSION</NAME>
|
||||
#define GIMP_VERSION "1.1.25"
|
||||
#define GIMP_VERSION "1.1.27"
|
||||
</MACRO>
|
||||
<MACRO>
|
||||
<NAME>GIMP_CHECK_VERSION</NAME>
|
||||
|
||||
@ -319,6 +319,7 @@ gimp_color_display_unregister
|
||||
gimp_directory
|
||||
gimp_personal_rc_file
|
||||
gimp_data_directory
|
||||
gimp_sysconf_directory
|
||||
gimp_gtkrc
|
||||
gimp_path_parse
|
||||
gimp_path_free
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
<SIGNAL>
|
||||
<NAME>GimpChainButton::toggled</NAME>
|
||||
<RETURNS>void</RETURNS>
|
||||
GimpChainButton *gimpchainbutton
|
||||
</SIGNAL>
|
||||
|
||||
<SIGNAL>
|
||||
<NAME>GimpColorButton::color-changed</NAME>
|
||||
<RETURNS>void</RETURNS>
|
||||
|
||||
@ -74,3 +74,10 @@ performs the cast if valid.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GimpChainButton::toggled ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gimpchainbutton: the object which received the signal.
|
||||
|
||||
|
||||
@ -40,6 +40,14 @@ configuration files.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_sysconf_directory ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_gtkrc ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user