MCPcopy Create free account

hub / github.com/GNOME/gimp / functions

Functions25,722 in github.com/GNOME/gimp

↓ 9,219 callersFunction_
(message)
plug-ins/python/foggify.py:29
↓ 2,118 callersFunctiongimp_value_array_index
libgimpbase/gimpvaluearray.c:91
↓ 1,650 callersFunctiongimp_value_array_unref
* gimp_value_array_unref: * @value_array: #GimpValueArray to unref * * Unref a #GimpValueArray. If the reference count drops to zero, the * array
libgimpbase/gimpvaluearray.c:424
↓ 1,431 callersFunctiongimp_procedure_add_argument
app/pdb/gimpprocedure.c:716
↓ 1,084 callersFunctionN_
(message)
plug-ins/python/foggify.py:28
↓ 843 callersFunctiongimp_get_pdb
* gimp_get_pdb: * * This function returns the plug-in's #GimpPDB instance, which is a * singleton that can exist exactly once per running plug-in.
libgimp/gimp.c:641
↓ 830 callersFunctiongimp_object_set_static_name
* gimp_object_set_static_name: * @object: a #GimpObject * @name: the @object's new name as a static string * * Sets the @object's name. * Takes c
app/core/gimpobject.c:281
↓ 824 callersFunctiongimp_procedure_get_return_values
app/pdb/gimpprocedure.c:640
↓ 809 callersFunctiongimp_procedure_set_static_attribution
app/pdb/gimpprocedure.c:369
↓ 808 callersFunctiongimp_procedure_set_static_help
app/pdb/gimpprocedure.c:318
↓ 801 callersFunctiongimp_pdb_register_procedure
app/pdb/gimppdb.c:214
↓ 800 callersFunctiongimp_procedure_new
app/pdb/gimpprocedure.c:285
↓ 791 callersFunction_gimp_pdb_run_procedure_array
* _gimp_pdb_run_procedure_array: * @pdb: the #GimpPDB object. * @procedure_name: the procedure registered name. * @arguments: the c
libgimp/gimppdb.c:439
↓ 790 callersFunctiongimp_value_array_new_from_types
* gimp_value_array_new_from_types: (skip) * @error_msg: return location for an error message. * @first_type: first type in the array, or #G_TYPE_NO
libgimpbase/gimpvaluearray.c:253
↓ 747 callersFunctiongimp_file_get_utf8_name
* gimp_file_get_utf8_name: * @file: a #GFile * * This function works like gimp_filename_to_utf8() and returns * a UTF-8 encoded string that does n
libgimpbase/gimputils.c:303
↓ 501 callersFunctiongimp_procedure_add_return_value
app/pdb/gimpprocedure.c:733
↓ 487 callersFunctiongimp_procedure_new_return_values
* gimp_procedure_new_return_values: * @procedure: the procedure. * @status: the success status of the procedure run. * @error: (in) (nullabl
libgimp/gimpprocedure.c:1934
↓ 482 callersFunctiongimp_object_get_name
* gimp_object_get_name: * @object: a #GimpObject * * This function gives access to the name of a GimpObject. The * returned name belongs to the ob
app/core/gimpobject.c:347
↓ 381 callersFunctiongimp_item_get_image
app/core/gimpitem.c:2032
↓ 334 callersFunctiongimp_display_get_image
app/display/gimpdisplay.c:549
↓ 330 callersFunctiongimp_progress_update
* gimp_progress_update: * @percentage: Percentage of progress completed (in the range from 0.0 * to 1.0). * * Updates the progress ba
libgimp/gimpprogress.c:281
↓ 317 callersMethodfinalize
app/paint/gimppaintcore-loops.cc:370
↓ 306 callersFunctiongimp_help_set_help_data
* gimp_help_set_help_data: * @widget: The #GtkWidget you want to set a @tooltip and/or @help_id for. * @tooltip: (nullable): The text for this widg
libgimpwidgets/gimphelpui.c:184
↓ 276 callersFunctiongimp_assert
Please call me like this, for instance, if I were testing if gimp_image_new() succeeded: gimp_assert("gimp_image_new()", image is not None)
libgimp/tests/pygimp/utils.py:8
↓ 261 callersFunctiongimp_image_flush
app/core/gimpimage.c:4547
↓ 256 callersFunctiongimp_image_get_height
app/core/gimpimage.c:3717
↓ 254 callersFunctiongimp_image_get_width
app/core/gimpimage.c:3709
↓ 253 callersFunctiongimp_display_get_shell
app/display/gimpdisplay.c:649
↓ 229 callersFunctiongimp_item_is_attached
* gimp_item_is_attached: * @item: The #GimpItem to check. * * Returns: %TRUE if the item is attached to an image, %FALSE otherwise. */
app/core/gimpitem.c:859
↓ 227 callersFunctiongimp_param_spec_string
* gimp_param_spec_string: * @name: Canonical name of the property specified. * @nick: Nick name of the property specified. * @b
app/core/gimpparamspecs.c:190
↓ 225 callersFunctiongimp_procedure_set_documentation
* gimp_procedure_set_documentation: * @procedure: A #GimpProcedure. * @blurb: The @procedure's blurb. * @help: (nullable
libgimp/gimpprocedure.c:1228
↓ 217 callersFunctiongimp_procedure_set_attribution
* gimp_procedure_set_attribution: * @procedure: A #GimpProcedure. * @authors: The @procedure's author(s). * @copyright: The @procedure's copyrigh
libgimp/gimpprocedure.c:1412
↓ 216 callersFunctiongimp_drawable_get_buffer
* gimp_drawable_get_buffer: * @drawable: the ID of the #GimpDrawable to get the buffer for. * * Returns a #GeglBuffer of a specified drawable. The
libgimp/gimpdrawable.c:280
↓ 206 callersFunctiongimp_item_get_width
* gimp_item_get_width: * @item: The #GimpItem to check. * * Returns: The width of the item. */
app/core/gimpitem.c:1121
↓ 204 callersFunctiongimp_get_user_context
app/core/gimp.c:1136
↓ 203 callersFunctiongimp_param_spec_image
* gimp_param_spec_image: * @name: Canonical name of the property specified. * @nick: Nick name of the property specified. * @blurb: Descrip
libgimp/gimpparamspecs-body.c:125
↓ 201 callersFunctiongimp_item_get_height
* gimp_item_get_height: * @item: The #GimpItem to check. * * Returns: The height of the item. */
app/core/gimpitem.c:1135
↓ 200 callersFunctiongimp_image_get_mask
app/core/gimpimage.c:3784
↓ 194 callersFunctiongimp_drawable_get_buffer
app/core/gimpdrawable.c:1748
↓ 194 callersFunctiongimp_procedure_set_menu_label
* gimp_procedure_set_menu_label: * @procedure: A #GimpProcedure. * @menu_label: The @procedure's menu label. * * Sets the label to use for the @p
libgimp/gimpprocedure.c:918
↓ 192 callersFunctiongimp_item_get_offset
* gimp_item_get_offset: * @item: The #GimpItem to check. * @offset_x: (out) (optional): Return location for the item's X offset. * @offset_y: (
app/core/gimpitem.c:1187
↓ 188 callersFunctionpsd_set_error
Utility function */
plug-ins/file-psd/psd-util.c:209
↓ 183 callersFunctiongimp_drawable_has_alpha
app/core/gimpdrawable.c:2194
↓ 179 callersFunctionGIMP_LOG
app/gimp-log.h:120
↓ 175 callersFunctiongimp_image_undo_group_end
app/core/gimpimage-undo.c:322
↓ 175 callersFunctiongimp_image_undo_group_start
app/core/gimpimage-undo.c:273
↓ 172 callersFunctionpsd_read
plug-ins/file-psd/psd-util.c:219
↓ 168 callersFunctiongimp_type_set_translation_context
* gimp_type_set_translation_context: * @type: a #GType * @context: a constant string that identifies a translation context or %NULL * * This fu
libgimpbase/gimpbasetypes.c:97
↓ 163 callersFunctiongimp_enum_set_value_descriptions
* gimp_enum_set_value_descriptions: * @enum_type: a #GType * @descriptions: a %NULL terminated constant static array of #GimpEnumDesc * * Sets
libgimpbase/gimpbasetypes.c:136
↓ 162 callersFunctiongimp_procedure_config_get_choice_id
* gimp_procedure_config_get_choice_id: * @config: a #GimpProcedureConfig * @property_name: the name of a #GimpParamSpecChoice property. * *
libgimp/gimpprocedureconfig.c:711
↓ 158 callersFunctiongimp_message_literal
app/core/gimp.c:1246
↓ 157 callersFunctiongimp_frame_new
* gimp_frame_new: * @label: (nullable): text to set as the frame's title label (or %NULL for no title) * * Creates a #GimpFrame widget. A #GimpFram
libgimpwidgets/gimpframe.c:242
↓ 157 callersFunctionprint
libgimpbase/gimpunit.c:1121
↓ 156 callersFunctiongimp_procedure_dialog_fill_box
* gimp_procedure_dialog_fill_box: * @dialog: the #GimpProcedureDialog. * @container_id: a container identifier. * @first_property: the fi
libgimp/gimpproceduredialog.c:2000
↓ 155 callersFunctiongimp_message
* gimp_message: * @gimp: a pointer to the %Gimp object * @handler: either a %GimpProgress or a %GtkWidget pointer * @severity: severity of the
app/core/gimp.c:1200
↓ 155 callersFunctiongimp_procedure_add_boolean_argument
libgimp/gimpprocedure-params.c:66
↓ 154 callersFunctiongimp_viewable_get_children
app/core/gimpviewable.c:1488
↓ 149 callersFunctionxcf_read_int32
app/xcf/xcf-read.c:77
↓ 145 callersFunctiongimp_unit_pixel
* gimp_unit_pixel: * * Returns the unique object representing pixel unit. * * This procedure returns the unit representing pixel. The returned *
libgimpbase/gimpunit.c:611
↓ 138 callersFunctiongimp_parasite_free
* gimp_parasite_free: * @parasite: a #GimpParasite * * Free @parasite's dynamically allocated memory. */
libgimpbase/gimpparasite.c:250
↓ 137 callersFunctiongimp_procedure_add_double_argument
* gimp_procedure_add_double_argument: * @procedure: the #GimpProcedure. * @name: the name of the argument to be created. * @nick: t
libgimp/gimpprocedure-params.c:449
↓ 133 callersFunctionprint
plug-ins/common/file-ps.c:3708
↓ 129 callersFunction_
(message)
plug-ins/python/spyro-plus.py:34
↓ 126 callersFunctiongimp_file_procedure_set_extensions
* gimp_file_procedure_set_extensions: * @procedure: A file procedure. * @extensions: A comma separated list of extensions this procedure can *
libgimp/gimpfileprocedure.c:234
↓ 123 callersFunctiongimp_drawable_update
app/core/gimpdrawable.c:1462
↓ 121 callersFunctiongimp_procedure_add_int_argument
* gimp_procedure_add_int_argument: * @procedure: the #GimpProcedure. * @name: the name of the argument to be created. * @nick: the
libgimp/gimpprocedure-params.c:152
↓ 121 callersFunctiongimp_ui_init
* 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 na
libgimp/gimpui.c:105
↓ 118 callersFunctiongimp_image_insert_layer
* gimp_image_insert_layer: * @image: The image. * @layer: The layer. * @parent: (nullable): The parent layer. * @position: The layer position. *
libgimp/gimpimage_pdb.c:828
↓ 115 callersFunctiongimp_procedure_set_image_types
* gimp_procedure_set_image_types: * @procedure: A #GimpProcedure. * @image_types: The image types this procedure can operate on. * * This is a c
libgimp/gimpprocedure.c:792
↓ 113 callersFunctiongimp_drawable_get_width
* gimp_drawable_get_width: * @drawable: The drawable. * * Returns the width of the drawable. * * This procedure returns the specified drawable's
libgimp/gimpdrawable_pdb.c:458
↓ 111 callersFunctiongimp_drawable_get_height
* gimp_drawable_get_height: * @drawable: The drawable. * * Returns the height of the drawable. * * This procedure returns the specified drawable'
libgimp/gimpdrawable_pdb.c:492
↓ 111 callersFunctiongimp_image_get_resolution
app/core/gimpimage.c:3648
↓ 110 callersFunctiongimp_grid_attach_aligned
* gimp_grid_attach_aligned: * @grid: The #GtkGrid the widgets will be attached to. * @left: The column to start with. * @top:
libgimpwidgets/gimpwidgetsutils.c:198
↓ 110 callersFunctiongimp_procedure_get_name
* gimp_procedure_get_name: * @procedure: A #GimpProcedure. * * Returns: The procedure's name given in [ctor@Procedure.new]. * * Since: 3.0 **/
libgimp/gimpprocedure.c:744
↓ 109 callersFunctiongimp_file_procedure_set_mime_types
* gimp_file_procedure_set_mime_types: * @procedure: A file procedure object. * @mime_types: A comma-separated list of MIME types, such as "image/jpe
libgimp/gimpfileprocedure.c:187
↓ 108 callersFunctiongimp_config_writer_close
* gimp_config_writer_close: * @writer: a #GimpConfigWriter * * Closes an element opened with gimp_config_writer_open(). * * Since: 2.4 **/
libgimpconfig/gimpconfigwriter.c:616
↓ 108 callersFunctiongimp_procedure_dialog_get_spin_scale
* gimp_procedure_dialog_get_spin_scale: * @dialog: the associated #GimpProcedureDialog. * @property: name of the int or double property to build a
libgimp/gimpproceduredialog.c:1482
↓ 107 callersFunctiongimp_config_writer_open
* gimp_config_writer_open: * @writer: a #GimpConfigWriter * @name: name of the element to open * * This function writes the opening parenthesis fo
libgimpconfig/gimpconfigwriter.c:403
↓ 107 callersFunctiongimp_image_get_default_new_layer_mode
app/core/gimpimage.c:2601
↓ 106 callersFunctiongimp_procedure_dialog_get_label
* gimp_procedure_dialog_get_label: * @dialog: the #GimpProcedureDialog. * @label_id: the label for the #GtkLabel. * @text: the text for th
libgimp/gimpproceduredialog.c:1796
↓ 103 callersFunctiongimp_data_factory_get_container
app/core/gimpdatafactory.c:925
↓ 103 callersFunctiongimp_image_delete
* gimp_image_delete: * @image: The image. * * Delete the specified image. * * If there are no displays associated with this image it will be * d
libgimp/gimpimage_pdb.c:259
↓ 102 callersFunctiongimp_action_group_add_enum_actions
app/widgets/gimpactiongroup.c:734
↓ 100 callersFunctiongimp_prop_check_button_new
* gimp_prop_check_button_new: * @config: Object to which property is attached. * @property_name: Name of boolean property controlled
libgimpwidgets/gimppropwidgets.c:117
↓ 100 callersMethodwrite
(self, text)
plug-ins/python/python-console/pyconsole.py:80
↓ 99 callersFunctiong_set_str
app/config/config-types.h:66
↓ 99 callersFunctiongimp_image_get_base_type
app/core/gimpimage.c:2503
↓ 99 callersFunctiongimp_procedure_dialog_fill
* gimp_procedure_dialog_fill: * @dialog: the #GimpProcedureDialog. * @...: a %NULL-terminated list of property names. * * Populate @dialog with th
libgimp/gimpproceduredialog.c:1871
↓ 99 callersFunctiongimp_widget_get_monitor
* gimp_widget_get_monitor: * @widget: a #GtkWidget. * * Returns: (transfer none): the #GdkMonitor where @widget is current displayed on. */
libgimpwidgets/gimpwidgetsutils.c:373
↓ 98 callersFunctiongimp_choice_new_with_values
* gimp_choice_new_with_values: * @nick: the first value. * @id: integer ID for @nick. * @label: the label of @nick. * @help: longer help text
libgimpbase/gimpchoice.c:138
↓ 98 callersFunctiongimp_get_extend_selection_mask
app/widgets/gimpwidgets-utils.c:744
↓ 96 callersFunctiongimp_image_get_selected_drawables
app/core/gimpimage.c:5212
↓ 94 callersFunctiongimp_layer_new
* gimp_layer_new: * @image: The image to which to add the layer. * @name: (nullable): The layer name. * @width: The layer width. * @height: The la
libgimp/gimplayer_pdb.c:65
↓ 92 callersFunctiongimp_value_array_length
libgimpbase/gimpvaluearray.c:448
↓ 90 callersMethodget
(self, dir, text)
plug-ins/python/python-console/pyconsole.py:109
↓ 90 callersFunctiongimp_container_get_n_children
app/core/gimpcontainer.c:634
↓ 90 callersFunctiongimp_procedure_add_choice_argument
* gimp_procedure_add_choice_argument: * @procedure: the #GimpProcedure. * @name: the name of the argument to be cre
libgimp/gimpprocedure-params.c:640
↓ 90 callersFunctiongimp_temp_buf_get_data
app/core/gimptempbuf.c:267
↓ 89 callersFunctiongimp_procedure_dialog_fill_frame
* gimp_procedure_dialog_fill_frame: * @dialog: the #GimpProcedureDialog. * @container_id: a container identifier. * @title_id: (nullable):
libgimp/gimpproceduredialog.c:2186
↓ 88 callersFunctiongimp_param_spec_drawable
* gimp_param_spec_drawable: * @name: Canonical name of the property specified. * @nick: Nick name of the property specified. * @blurb: Desc
libgimp/gimpparamspecs-body.c:355
next →1–100 of 25,722, ranked by callers