gimp r26211 - in trunk: . libgimp
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26211 - in trunk: . libgimp
- Date: Thu, 17 Jul 2008 08:58:56 +0000 (UTC)
Author: neo
Date: Thu Jul 17 08:58:56 2008
New Revision: 26211
URL: http://svn.gnome.org/viewvc/gimp?rev=26211&view=rev
Log:
2008-07-17 Sven Neumann <sven gimp org>
* libgimp/gimpui.c: improved the documentation of gimpui_init().
Modified:
trunk/ChangeLog
trunk/libgimp/gimpui.c
Modified: trunk/libgimp/gimpui.c
==============================================================================
--- trunk/libgimp/gimpui.c (original)
+++ trunk/libgimp/gimpui.c Thu Jul 17 08:58:56 2008
@@ -50,7 +50,7 @@
* gimp_ui_init:
* @prog_name: The name of the plug-in which will be passed as argv[0] to
* gtk_init(). It's a convention to use the name of the
- * executable and _not_ the PDB procedure name or something.
+ * executable and _not_ the PDB procedure name.
* @preview: This parameter is unused and exists for historical
* reasons only.
*
@@ -58,8 +58,11 @@
* image rendering subsystem (GdkRGB) to follow the GIMP main program's
* colormap allocation/installation policy.
*
- * GIMP's colormap policy can be determinded by the user with the
- * gimprc variables @min_colors and @install_cmap.
+ * It also sets up various other things so that the plug-in user looks
+ * and behaves like the GIMP core. This includes selecting the GTK+
+ * theme and setting up the help system as chosen in the GIMP
+ * preferences. Any plug-in that provides a user interface should call
+ * this function.
**/
void
gimp_ui_init (const gchar *prog_name,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]