forked from AuroraMiddleware/gtk
Drop gtk-doc trigraphs on GtkTextView enumeration
The glib-mkenums tool does not recognise these gtk-doc annotations.
This commit is contained in:
parent
34de998c38
commit
a9a25e2e84
@ -45,6 +45,7 @@ G_BEGIN_DECLS
|
||||
|
||||
/**
|
||||
* GtkTextWindowType:
|
||||
* @GTK_TEXT_WINDOW_PRIVATE: Private value, used internally
|
||||
* @GTK_TEXT_WINDOW_WIDGET: Window that floats over scrolling areas.
|
||||
* @GTK_TEXT_WINDOW_TEXT: Scrollable text window.
|
||||
* @GTK_TEXT_WINDOW_LEFT: Left side border window.
|
||||
@ -56,9 +57,7 @@ G_BEGIN_DECLS
|
||||
*/
|
||||
typedef enum
|
||||
{
|
||||
/*< private >*/
|
||||
GTK_TEXT_WINDOW_PRIVATE,
|
||||
/*< public >*/
|
||||
GTK_TEXT_WINDOW_WIDGET,
|
||||
GTK_TEXT_WINDOW_TEXT,
|
||||
GTK_TEXT_WINDOW_LEFT,
|
||||
|
Loading…
Reference in New Issue
Block a user