qulogic/libgnt

Remove @internal
gtkdoc-conversion
2014-02-06, Ankit Vani
043ed799ac81
Parents c409eb6484c0
Children 6fb6d554bdb3
Remove @internal
  • +6 -6
    gnt.h
  • +5 -4
    gntstyle.h
  • +4 -3
    gntwidget.h
  • +3 -2
    gntwm.h
  • --- a/gnt.h Thu Feb 06 17:54:14 2014 +0530
    +++ b/gnt.h Thu Feb 06 18:40:31 2014 +0530
    @@ -72,24 +72,24 @@
    /**
    * gnt_screen_occupy:
    *
    - * @internal
    - * Use #gnt_widget_show instead.
    + * Internal function -- do not use.
    + * Use gnt_widget_show() instead.
    */
    void gnt_screen_occupy(GntWidget *widget);
    /**
    * gnt_screen_release:
    *
    - * @internal
    - * Use #gnt_widget_hide instead.
    + * Internal function -- do not use.
    + * Use gnt_widget_hide() instead.
    */
    void gnt_screen_release(GntWidget *widget);
    /**
    * gnt_screen_update:
    *
    - * @internal
    - * Use #gnt_widget_draw instead.
    + * Internal function -- do not use.
    + * Use gnt_widget_draw() instead.
    */
    void gnt_screen_update(GntWidget *widget);
    --- a/gntstyle.h Thu Feb 06 17:54:14 2014 +0530
    +++ b/gntstyle.h Thu Feb 06 18:40:31 2014 +0530
    @@ -128,14 +128,14 @@
    /**
    * gnt_styles_get_keyremaps:
    *
    - * @internal
    + * Internal function -- do not use.
    */
    void gnt_styles_get_keyremaps(GType type, GHashTable *hash);
    /**
    * gnt_style_read_actions:
    *
    - * @internal
    + * Internal function -- do not use.
    */
    void gnt_style_read_actions(GType type, GntBindableClass *klass);
    @@ -153,8 +153,9 @@
    /**
    * gnt_style_read_workspaces:
    *
    - * @internal
    - * Read workspace information.
    + * Reads workspace information.
    + *
    + * Internal function -- do not use.
    */
    void gnt_style_read_workspaces(GntWM *wm);
    --- a/gntwidget.h Thu Feb 06 17:54:14 2014 +0530
    +++ b/gntwidget.h Thu Feb 06 18:40:31 2014 +0530
    @@ -181,8 +181,9 @@
    /**
    * gnt_widget_expose:
    *
    - * @internal
    * Expose part of a widget.
    + *
    + * Internal function -- do not use.
    */
    void gnt_widget_expose(GntWidget *widget, int x, int y, int width, int height);
    @@ -322,8 +323,8 @@
    /**
    * gnt_widget_queue_update:
    *
    - * @internal
    - * Use #gnt_widget_draw instead.
    + * Internal function -- do not use.
    + * Use gnt_widget_draw() instead.
    */
    void gnt_widget_queue_update(GntWidget *widget);
    --- a/gntwm.h Thu Feb 06 17:54:14 2014 +0530
    +++ b/gntwm.h Thu Feb 06 18:40:31 2014 +0530
    @@ -360,14 +360,14 @@
    /**
    * gnt_wm_set_event_stack:
    *
    - * @internal
    + * Internal function -- do not use.
    */
    void gnt_wm_set_event_stack(GntWM *wm, gboolean set);
    /**
    * gnt_wm_copy_win:
    *
    - * @internal
    + * Internal function -- do not use.
    */
    void gnt_wm_copy_win(GntWidget *widget, GntNode *node);
    @@ -379,4 +379,5 @@
    time_t gnt_wm_get_idle_time(void);
    G_END_DECLS
    +
    #endif