[gnumeric] Introspection: doc fixes
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Introspection: doc fixes
- Date: Mon, 4 Nov 2019 02:29:08 +0000 (UTC)
commit a98728d72c0790eff4ff6c79d08b11b688412894
Author: Morten Welinder <terra gnome org>
Date: Sun Nov 3 21:28:54 2019 -0500
Introspection: doc fixes
src/dialogs/dialog-stf-csv-page.c | 6 ------
src/dialogs/dialog-stf-fixed-page.c | 4 ----
src/dialogs/dialog-stf-main-page.c | 10 ----------
src/dialogs/dialog-stf-preview.c | 2 --
src/dialogs/dialog-stf.c | 9 ---------
5 files changed, 31 deletions(-)
---
diff --git a/src/dialogs/dialog-stf-csv-page.c b/src/dialogs/dialog-stf-csv-page.c
index 57a8fc672..a8d5b5561 100644
--- a/src/dialogs/dialog-stf-csv-page.c
+++ b/src/dialogs/dialog-stf-csv-page.c
@@ -35,8 +35,6 @@
*
* This will update the preview based on the state of
* the widgets on the csv page
- *
- * returns : nothing
**/
static void
csv_page_global_change (G_GNUC_UNUSED GtkWidget *widget,
@@ -104,8 +102,6 @@ csv_page_global_change (G_GNUC_UNUSED GtkWidget *widget,
* This will nicely activate the @data->csv_info->csv_customseparator widget
* so the user can enter text into it.
* It will also gray out this widget if the @button is not selected.
- *
- * returns : nothing
**/
static void
csv_page_custom_toggled (GtkCheckButton *button, StfDialogData *data)
@@ -216,8 +212,6 @@ stf_dialog_csv_page_prepare (StfDialogData *pagedata)
* @pagedata: mother struct
*
* Will cleanup csv page run-time data
- *
- * returns : nothing
**/
void
stf_dialog_csv_page_cleanup (StfDialogData *pagedata)
diff --git a/src/dialogs/dialog-stf-fixed-page.c b/src/dialogs/dialog-stf-fixed-page.c
index f40a0475a..c8bcf2b2a 100644
--- a/src/dialogs/dialog-stf-fixed-page.c
+++ b/src/dialogs/dialog-stf-fixed-page.c
@@ -371,8 +371,6 @@ cb_col_key_press (GtkWidget *button,
* @pagedata: mother struct
*
* Will simply update the preview
- *
- * returns : nothing
**/
static void
fixed_page_update_preview (StfDialogData *pagedata)
@@ -592,8 +590,6 @@ cb_treeview_draw (GtkWidget *widget,
* @pagedata: mother struct
*
* Will cleanup fixed page run-time data
- *
- * returns : nothing
**/
void
stf_dialog_fixed_page_cleanup (StfDialogData *pagedata)
diff --git a/src/dialogs/dialog-stf-main-page.c b/src/dialogs/dialog-stf-main-page.c
index 6997b8fa9..58525a44e 100644
--- a/src/dialogs/dialog-stf-main-page.c
+++ b/src/dialogs/dialog-stf-main-page.c
@@ -107,8 +107,6 @@ main_page_update_preview (StfDialogData *pagedata)
* @spinbutton: the spinbutton to adjust
* @min: the minimum number the user may enter into the spinbutton
* @max: the maximum number the user may enter into the spinbutton
- *
- * returns : nothing
**/
static void
main_page_set_spin_button_adjustment (GtkSpinButton* spinbutton, int min, int max)
@@ -125,8 +123,6 @@ main_page_set_spin_button_adjustment (GtkSpinButton* spinbutton, int min, int ma
* @data: mother struct
*
* Updates the "number of lines to import" label on the main page
- *
- * returns : nothing
**/
static void
main_page_import_range_changed (StfDialogData *data)
@@ -199,8 +195,6 @@ encodings_changed_cb (GOCharmapSel *cs, char const *new_charmap,
*
* This function will adjust the amount of displayed text to
* reflect the number of lines the user wants to import
- *
- * returns : nothing
**/
static void
main_page_startrow_changed (GtkSpinButton* button, StfDialogData *data)
@@ -212,8 +206,6 @@ main_page_startrow_changed (GtkSpinButton* button, StfDialogData *data)
* main_page_stoprow_changed
* @button: the spinbutton the event handler is attached to
* @data: mother struct
- *
- * returns : nothing
**/
static void
main_page_stoprow_changed (GtkSpinButton* button,
@@ -265,8 +257,6 @@ cb_line_breaks (G_GNUC_UNUSED GtkWidget *widget,
*
* This will prepare the widgets on the format page before
* the page gets displayed
- *
- * returns : nothing
**/
void
stf_dialog_main_page_prepare (StfDialogData *pagedata)
diff --git a/src/dialogs/dialog-stf-preview.c b/src/dialogs/dialog-stf-preview.c
index d27c4f456..6bb760cf3 100644
--- a/src/dialogs/dialog-stf-preview.c
+++ b/src/dialogs/dialog-stf-preview.c
@@ -308,8 +308,6 @@ stf_preview_colformats_clear (RenderData_t *renderdata)
* This will add an entry to the @renderdata->colformats array.
* The widths of the columns will be set to at least have the width of
* the @format.
- *
- * returns : nothing
**/
void
stf_preview_colformats_add (RenderData_t *renderdata, GOFormat *format)
diff --git a/src/dialogs/dialog-stf.c b/src/dialogs/dialog-stf.c
index 9d379e470..12105e27c 100644
--- a/src/dialogs/dialog-stf.c
+++ b/src/dialogs/dialog-stf.c
@@ -41,8 +41,6 @@
* @pagedata: mother struct
*
* Sets keyboard focus to an appropriate widget on the page.
- *
- * returns: nothing
**/
static void
stf_dialog_set_initial_keyboard_focus (StfDialogData *pagedata)
@@ -182,7 +180,6 @@ back_clicked (G_GNUC_UNUSED GtkWidget *widget, StfDialogData *data)
* main_page /- csv_page -\ format_page
* \- fixed_page -/
*
- * returns: nothing
**/
static void
stf_dialog_attach_page_signals (GtkBuilder *gui, StfDialogData *pagedata)
@@ -204,8 +201,6 @@ stf_dialog_attach_page_signals (GtkBuilder *gui, StfDialogData *pagedata)
* @pagedata: mother struct
*
* Make <Ret> in text fields activate default.
- *
- * returns: nothing
**/
static void
stf_dialog_editables_enter (StfDialogData *pagedata)
@@ -367,8 +362,6 @@ stf_dialog (WBCGtk *wbcg,
*
* This routine will properly free the members of @dialogresult and
* @dialogresult itself
- *
- * returns: nothing
**/
void
stf_dialog_result_free (DialogStfResult_t *dialogresult)
@@ -389,8 +382,6 @@ stf_dialog_result_free (DialogStfResult_t *dialogresult)
* @cr: a cell region
*
* Attach the formats of the dialogresult to the given cell region.
- *
- * returns: nothing
**/
void
stf_dialog_result_attach_formats_to_cr (DialogStfResult_t *dialogresult,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]