[gimp] gir: (skip) functions with varargs



commit 842dc7535fe2b3811f007e31204af3854a6b5d15
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Thu May 21 13:43:47 2020 +0200

    gir: (skip) functions with varargs
    
    Bindings can't handle these, so they are not introspectable.

 app/display/gimptooldialog.c      | 2 +-
 app/display/gimptoolgui.c         | 2 +-
 libgimp/gimpprocbrowserdialog.c   | 2 +-
 libgimpbase/gimpenv.c             | 8 ++++----
 libgimpbase/gimputils.c           | 2 +-
 libgimpconfig/gimpconfigwriter.c  | 2 +-
 libgimpwidgets/gimpbrowser.c      | 2 +-
 libgimpwidgets/gimpenumstore.c    | 4 ++--
 libgimpwidgets/gimpintcombobox.c  | 6 +++---
 libgimpwidgets/gimpintstore.c     | 2 +-
 libgimpwidgets/gimpwidgets.c      | 2 +-
 libgimpwidgets/gimpwidgetsutils.c | 2 +-
 12 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/app/display/gimptooldialog.c b/app/display/gimptooldialog.c
index 1fae1806c5..9e2ebe1c4a 100644
--- a/app/display/gimptooldialog.c
+++ b/app/display/gimptooldialog.c
@@ -88,7 +88,7 @@ gimp_tool_dialog_dispose (GObject *object)
 
 
 /**
- * gimp_tool_dialog_new:
+ * gimp_tool_dialog_new: (skip)
  * @tool_info: a #GimpToolInfo
  * @desc:      a string to use in the dialog header or %NULL to use the help
  *             field from #GimpToolInfo
diff --git a/app/display/gimptoolgui.c b/app/display/gimptoolgui.c
index 9e09494e89..3ecdb5a73a 100644
--- a/app/display/gimptoolgui.c
+++ b/app/display/gimptoolgui.c
@@ -199,7 +199,7 @@ gimp_tool_gui_finalize (GObject *object)
 
 
 /**
- * gimp_tool_gui_new:
+ * gimp_tool_gui_new: (skip)
  * @tool_info:   a #GimpToolInfo
  * @description: a string to use in the gui header or %NULL to use the help
  *               field from #GimpToolInfo
diff --git a/libgimp/gimpprocbrowserdialog.c b/libgimp/gimpprocbrowserdialog.c
index 90e781da02..9554cda732 100644
--- a/libgimp/gimpprocbrowserdialog.c
+++ b/libgimp/gimpprocbrowserdialog.c
@@ -229,7 +229,7 @@ gimp_proc_browser_dialog_init (GimpProcBrowserDialog *dialog)
 /*  public functions  */
 
 /**
- * gimp_proc_browser_dialog_new:
+ * gimp_proc_browser_dialog_new: (skip)
  * @title:     The dialog's title.
  * @role:      The dialog's role, see gtk_window_set_role().
  * @help_func: (scope async): The function which will be called if
diff --git a/libgimpbase/gimpenv.c b/libgimpbase/gimpenv.c
index 73dd9d353f..41bf682200 100644
--- a/libgimpbase/gimpenv.c
+++ b/libgimpbase/gimpenv.c
@@ -730,7 +730,7 @@ gimp_child_file (const gchar *parent,
 }
 
 /**
- * gimp_directory_file:
+ * gimp_directory_file: (skip)
  * @first_element: the first element of a path to a file in the
  *                 user's GIMP directory, or %NULL.
  * @...: a %NULL terminated list of the remaining elements of the path
@@ -761,7 +761,7 @@ gimp_directory_file (const gchar *first_element,
 }
 
 /**
- * gimp_installation_directory_file:
+ * gimp_installation_directory_file: (skip)
  * @first_element: the first element of a path to a file in the
  *                 top installation directory, or %NULL.
  * @...: a %NULL terminated list of the remaining elements of the path
@@ -792,7 +792,7 @@ gimp_installation_directory_file (const gchar *first_element,
 }
 
 /**
- * gimp_data_directory_file:
+ * gimp_data_directory_file: (skip)
  * @first_element: the first element of a path to a file in the
  *                 data directory, or %NULL.
  * @...: a %NULL terminated list of the remaining elements of the path
@@ -823,7 +823,7 @@ gimp_data_directory_file (const gchar *first_element,
 }
 
 /**
- * gimp_locale_directory_file:
+ * gimp_locale_directory_file: (skip)
  * @first_element: the first element of a path to a file in the
  *                 locale directory, or %NULL.
  * @...: a %NULL terminated list of the remaining elements of the path
diff --git a/libgimpbase/gimputils.c b/libgimpbase/gimputils.c
index 3d213e5810..1f456f1a9d 100644
--- a/libgimpbase/gimputils.c
+++ b/libgimpbase/gimputils.c
@@ -151,7 +151,7 @@ gimp_utf8_strtrim (const gchar *str,
 }
 
 /**
- * gimp_any_to_utf8:
+ * gimp_any_to_utf8: (skip)
  * @str: (array length=len): The string to be converted to UTF-8.
  * @len:            The length of the string, or -1 if the string
  *                  is nul-terminated.
diff --git a/libgimpconfig/gimpconfigwriter.c b/libgimpconfig/gimpconfigwriter.c
index a8816d6b3d..b733226de2 100644
--- a/libgimpconfig/gimpconfigwriter.c
+++ b/libgimpconfig/gimpconfigwriter.c
@@ -456,7 +456,7 @@ gimp_config_writer_print (GimpConfigWriter  *writer,
 }
 
 /**
- * gimp_config_writer_printf:
+ * gimp_config_writer_printf: (skip)
  * @writer: a #GimpConfigWriter
  * @format: a format string as described for g_strdup_printf().
  * @...: list of arguments according to @format
diff --git a/libgimpwidgets/gimpbrowser.c b/libgimpwidgets/gimpbrowser.c
index e7911e18b8..c96373f9fe 100644
--- a/libgimpwidgets/gimpbrowser.c
+++ b/libgimpwidgets/gimpbrowser.c
@@ -229,7 +229,7 @@ gimp_browser_new (void)
 }
 
 /**
- * gimp_browser_add_search_types:
+ * gimp_browser_add_search_types: (skip)
  * @browser:          a #GimpBrowser widget
  * @first_type_label: the label of the first search type
  * @first_type_id:    an integer that identifies the first search type
diff --git a/libgimpwidgets/gimpenumstore.c b/libgimpwidgets/gimpenumstore.c
index 5c771932e3..8d6cf9e522 100644
--- a/libgimpwidgets/gimpenumstore.c
+++ b/libgimpwidgets/gimpenumstore.c
@@ -261,7 +261,7 @@ gimp_enum_store_new_with_range (GType  enum_type,
 }
 
 /**
- * gimp_enum_store_new_with_values
+ * gimp_enum_store_new_with_values: (skip)
  * @enum_type: the #GType of an enum.
  * @n_values:  the number of enum values to include
  * @...:       a list of enum values (exactly @n_values)
@@ -292,7 +292,7 @@ gimp_enum_store_new_with_values (GType enum_type,
 }
 
 /**
- * gimp_enum_store_new_with_values_valist:
+ * gimp_enum_store_new_with_values_valist: (skip)
  * @enum_type: the #GType of an enum.
  * @n_values:  the number of enum values to include
  * @args:      a va_list of enum values (exactly @n_values)
diff --git a/libgimpwidgets/gimpintcombobox.c b/libgimpwidgets/gimpintcombobox.c
index d865ef2170..5d58ef4a94 100644
--- a/libgimpwidgets/gimpintcombobox.c
+++ b/libgimpwidgets/gimpintcombobox.c
@@ -252,7 +252,7 @@ gimp_int_combo_box_get_property (GObject    *object,
 
 
 /**
- * gimp_int_combo_box_new:
+ * gimp_int_combo_box_new: (skip)
  * @first_label: the label of the first item
  * @first_value: the value of the first item
  * @...: a %NULL terminated list of more label, value pairs
@@ -362,7 +362,7 @@ gimp_int_combo_box_new_array (gint         n_values,
 }
 
 /**
- * gimp_int_combo_box_prepend:
+ * gimp_int_combo_box_prepend: (skip)
  * @combo_box: a #GimpIntComboBox
  * @...:       pairs of column number and value, terminated with -1
  *
@@ -395,7 +395,7 @@ gimp_int_combo_box_prepend (GimpIntComboBox *combo_box,
 }
 
 /**
- * gimp_int_combo_box_append:
+ * gimp_int_combo_box_append: (skip)
  * @combo_box: a #GimpIntComboBox
  * @...:       pairs of column number and value, terminated with -1
  *
diff --git a/libgimpwidgets/gimpintstore.c b/libgimpwidgets/gimpintstore.c
index 9a92d5afff..b370785963 100644
--- a/libgimpwidgets/gimpintstore.c
+++ b/libgimpwidgets/gimpintstore.c
@@ -259,7 +259,7 @@ gimp_int_store_add_empty (GimpIntStore *store)
 }
 
 /**
- * gimp_int_store_new:
+ * gimp_int_store_new: (skip)
  * @first_label: the label of the first item
  * @first_value: the value of the first item
  * @...:         a %NULL terminated list of more label, value pairs
diff --git a/libgimpwidgets/gimpwidgets.c b/libgimpwidgets/gimpwidgets.c
index 948f10f323..169cb77acd 100644
--- a/libgimpwidgets/gimpwidgets.c
+++ b/libgimpwidgets/gimpwidgets.c
@@ -45,7 +45,7 @@
 
 
 /**
- * gimp_int_radio_group_new:
+ * gimp_int_radio_group_new: (skip)
  * @in_frame:              %TRUE if you want a #GtkFrame around the
  *                         radio button group.
  * @frame_title: (nullable):
diff --git a/libgimpwidgets/gimpwidgetsutils.c b/libgimpwidgets/gimpwidgetsutils.c
index 1f98e17f2e..fc7605a59a 100644
--- a/libgimpwidgets/gimpwidgetsutils.c
+++ b/libgimpwidgets/gimpwidgetsutils.c
@@ -157,7 +157,7 @@ gimp_grid_attach_aligned (GtkGrid     *grid,
 }
 
 /**
- * gimp_label_set_attributes:
+ * gimp_label_set_attributes: (skip)
  * @label: a #GtkLabel
  * @...:   a list of PangoAttrType and value pairs terminated by -1.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]