[docs] Add annotations for ClutterText structures
ClutterText and ClutterTextClass were missing annotations for gtk-doc to pick up.
This commit is contained in:
parent
39b575e6b4
commit
2d166b250c
@ -45,6 +45,13 @@ typedef struct _ClutterText ClutterText;
|
|||||||
typedef struct _ClutterTextPrivate ClutterTextPrivate;
|
typedef struct _ClutterTextPrivate ClutterTextPrivate;
|
||||||
typedef struct _ClutterTextClass ClutterTextClass;
|
typedef struct _ClutterTextClass ClutterTextClass;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ClutterText:
|
||||||
|
*
|
||||||
|
* The #ClutterText struct contains only private data.
|
||||||
|
*
|
||||||
|
* Since: 1.0
|
||||||
|
*/
|
||||||
struct _ClutterText
|
struct _ClutterText
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
@ -53,6 +60,16 @@ struct _ClutterText
|
|||||||
ClutterTextPrivate *priv;
|
ClutterTextPrivate *priv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ClutterTextClass:
|
||||||
|
* @text_changed: class handler for the #ClutterText::text-changed signal
|
||||||
|
* @activate: class handler for the #ClutterText::activate signal
|
||||||
|
* @cursor_event: class handler for the #ClutterText::cursor_event signal
|
||||||
|
*
|
||||||
|
* The #ClutterTextClass struct contains only private data.
|
||||||
|
*
|
||||||
|
* Since: 1.0
|
||||||
|
*/
|
||||||
struct _ClutterTextClass
|
struct _ClutterTextClass
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
|
Loading…
Reference in New Issue
Block a user