qulogic/libgnt

Add missing colons in gtkdoc comment.
release-2.x.y
2019-05-11, Elliott Sales de Andrade
f151ed50834f
Parents d641a928e509
Children 45539243691c
Add missing colons in gtkdoc comment.

It seems to work anyway, but this is how it's supposed to be documented.
  • +2 -2
    gntfilesel.c
  • +15 -15
    gntwidget.h
  • --- a/gntfilesel.c Sat May 11 00:23:45 2019 -0400
    +++ b/gntfilesel.c Sat May 11 00:23:59 2019 -0400
    @@ -502,7 +502,7 @@
    kl->size_request = gnt_file_sel_size_request;
    /**
    - * GntFileSel::file-selected
    + * GntFileSel::file-selected:
    * @widget: The file selection window that received the signal
    * @path: The full path to the selected file
    * @file: The name of the file only
    @@ -522,7 +522,7 @@
    G_TYPE_NONE, 2, G_TYPE_STRING, G_TYPE_STRING);
    /**
    - * GntFileSel::cancelled
    + * GntFileSel::cancelled:
    * @widget: The file selection window that received the signal
    *
    * The ::cancelled signal is emitted when the Cancel button on a
    --- a/gntwidget.h Sat May 11 00:23:45 2019 -0400
    +++ b/gntwidget.h Sat May 11 00:23:59 2019 -0400
    @@ -480,7 +480,7 @@
    gboolean gnt_widget_has_shadow(GntWidget *widget);
    /**
    - * gnt_widget_in_destruction
    + * gnt_widget_in_destruction:
    * @widget: The widget
    *
    * Returns whether the widget is currently being destroyed.
    @@ -494,7 +494,7 @@
    gboolean gnt_widget_in_destruction(GntWidget *widget);
    /**
    - * gnt_widget_set_drawing
    + * gnt_widget_set_drawing:
    * @widget: The widget
    * @drawing: Whether or not the widget is being drawn
    *
    @@ -505,7 +505,7 @@
    void gnt_widget_set_drawing(GntWidget *widget, gboolean drawing);
    /**
    - * gnt_widget_get_drawing
    + * gnt_widget_get_drawing:
    * @widget: The widget
    *
    * Returns whether the widget is currently being drawn.
    @@ -519,7 +519,7 @@
    gboolean gnt_widget_get_drawing(GntWidget *widget);
    /**
    - * gnt_widget_set_mapped
    + * gnt_widget_set_mapped:
    * @widget: The widget
    * @mapped: Whether or not the widget is mapped
    *
    @@ -533,7 +533,7 @@
    void gnt_widget_set_mapped(GntWidget *widget, gboolean mapped);
    /**
    - * gnt_widget_get_mapped
    + * gnt_widget_get_mapped:
    * @widget: The widget
    *
    * Whether widget is mapped or not.
    @@ -545,7 +545,7 @@
    gboolean gnt_widget_get_mapped(GntWidget *widget);
    /**
    - * gnt_widget_set_has_border
    + * gnt_widget_set_has_border:
    * @widget: The widget
    * @has_border: Whether or not the widget has a border
    *
    @@ -556,7 +556,7 @@
    void gnt_widget_set_has_border(GntWidget *widget, gboolean has_border);
    /**
    - * gnt_widget_get_has_border
    + * gnt_widget_get_has_border:
    * @widget: The widget
    *
    * Returns the has-border property on widget.
    @@ -568,7 +568,7 @@
    gboolean gnt_widget_get_has_border(GntWidget *widget);
    /**
    - * gnt_widget_set_has_shadow
    + * gnt_widget_set_has_shadow:
    * @widget: The widget
    * @has_shadow: Whether or not the widget has a shadow
    *
    @@ -581,7 +581,7 @@
    void gnt_widget_set_has_shadow(GntWidget *widget, gboolean has_shadow);
    /**
    - * gnt_widget_get_has_shadow
    + * gnt_widget_get_has_shadow:
    * @widget: The widget
    *
    * Returns the has-shadow property on widget. Note, this is a property of the
    @@ -596,7 +596,7 @@
    gboolean gnt_widget_get_has_shadow(GntWidget *widget);
    /**
    - * gnt_widget_set_has_focus
    + * gnt_widget_set_has_focus:
    * @widget: The widget
    * @has_focus: Whether or not the widget has focus
    *
    @@ -635,7 +635,7 @@
    void gnt_widget_set_is_urgent(GntWidget *widget, gboolean urgent);
    /**
    - * gnt_widget_get_urgent
    + * gnt_widget_get_urgent:
    * @widget: The widget
    *
    * Returns whether the widget has the URGENT hint set.
    @@ -658,7 +658,7 @@
    void gnt_widget_set_grow_x(GntWidget *widget, gboolean grow_x);
    /**
    - * gnt_widget_get_grow_x
    + * gnt_widget_get_grow_x:
    * @widget: The widget
    *
    * Returns whether the widget should grow in the x direction.
    @@ -681,7 +681,7 @@
    void gnt_widget_set_grow_y(GntWidget *widget, gboolean grow_y);
    /**
    - * gnt_widget_get_grow_y
    + * gnt_widget_get_grow_y:
    * @widget: The widget
    *
    * Returns whether the widget should grow in the y direction.
    @@ -704,7 +704,7 @@
    void gnt_widget_set_transient(GntWidget *widget, gboolean transient);
    /**
    - * gnt_widget_get_transient
    + * gnt_widget_get_transient:
    * @widget: The widget
    *
    * Returns whether the widget is transient.
    @@ -728,7 +728,7 @@
    gboolean disable_actions);
    /**
    - * gnt_widget_get_disable_actions
    + * gnt_widget_get_disable_actions:
    * @widget: The widget
    *
    * Returns whether the widget actions are disabled.