diff --git a/docs/reference/libgail-util/tmpl/gail-libgail-util-unused.sgml b/docs/reference/libgail-util/tmpl/gail-libgail-util-unused.sgml deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/docs/reference/libgail-util/tmpl/gailmisc.sgml b/docs/reference/libgail-util/tmpl/gailmisc.sgml deleted file mode 100644 index 6cb5571f6e..0000000000 --- a/docs/reference/libgail-util/tmpl/gailmisc.sgml +++ /dev/null @@ -1,125 +0,0 @@ - -GailMisc - - -GailMisc is a set of utility functions which may be useful to implementors of -Atk interfaces for custom widgets. - - - -GailMisc is a set of utility function which are used in the implemementation -of Atk interfaces for Gtk widgets. They may be useful to implementors of -Atk interfaces for custom widgets. - - - - - - - - - - - - - - - - -@attrib_set: -@attr: -@value: -@Returns: - - - - - - - -@attrib_set: -@layout: -@text: -@offset: -@start_offset: -@end_offset: -@Returns: - - - - - - - -@attrib_set: -@layout: -@widget: -@Returns: - - - - - - - -@widget: -@char_rect: -@x_layout: -@y_layout: -@x: -@y: -@width: -@height: -@coords: - - - - - - - -@widget: -@layout: -@x_layout: -@y_layout: -@x: -@y: -@coords: -@Returns: - - - - - - - -@widget: -@x_window: -@y_window: -@x_toplevel: -@y_toplevel: - - - - - - - -@attrib_set: -@attrs: -@attr: -@Returns: - - - - - - - -@buffer: -@offset: -@start_offset: -@end_offset: -@Returns: - - diff --git a/docs/reference/libgail-util/tmpl/gailtextutil.sgml b/docs/reference/libgail-util/tmpl/gailtextutil.sgml deleted file mode 100644 index 8fb464fa92..0000000000 --- a/docs/reference/libgail-util/tmpl/gailtextutil.sgml +++ /dev/null @@ -1,95 +0,0 @@ - -GailTextUtil - - -GailTextUtil is a utility class which can be used to implement some of -the AtkText functions for accessible objects which implement AtkText. - - - -GailTextUtil is a utility class which can be used to implement the -AtkText functions which get text for accessible objects which implement -AtkText. - -In GAIL it is used by the accsesible objects for GnomeCanvasText, GtkEntry, -GtkLabel, GtkCellRendererText and GtkTextview. - - - - - - - - - - - - -The GailTextCell structure should not be accessed directly. - - - -@parent: -@buffer: - - - - - - -@GAIL_BEFORE_OFFSET: -@GAIL_AT_OFFSET: -@GAIL_AFTER_OFFSET: - - - - - - -@Returns: - - - - - - - -@textutil: -@text: - - - - - - - -@textutil: -@buffer: - - - - - - - -@textutil: -@layout: -@function: -@boundary_type: -@offset: -@start_offset: -@end_offset: -@Returns: - - - - - - - -@textutil: -@start_pos: -@end_pos: -@Returns: - - diff --git a/modules/other/gail/libgail-util/gailmisc.c b/modules/other/gail/libgail-util/gailmisc.c index ade1288bb4..81b1382199 100644 --- a/modules/other/gail/libgail-util/gailmisc.c +++ b/modules/other/gail/libgail-util/gailmisc.c @@ -27,6 +27,18 @@ * code for AtkUtil - for that code, please see gail/gail.c. */ +/** + * SECTION:gailmisc + * @Short_description: GailMisc is a set of utility functions which may be + * useful to implementors of Atk interfaces for custom widgets. + * @Title: GailMisc + * + * GailMisc is a set of utility function which are used in the implemementation + * of Atk interfaces for GTK+ widgets. They may be useful to implementors of + * Atk interfaces for custom widgets. + */ + + /** * gail_misc_get_extents_from_pango_rectangle: * @widget: The widget that contains the PangoLayout, that contains diff --git a/modules/other/gail/libgail-util/gailtextutil.c b/modules/other/gail/libgail-util/gailtextutil.c index 5ef7f69a0a..ecfd8ef785 100644 --- a/modules/other/gail/libgail-util/gailtextutil.c +++ b/modules/other/gail/libgail-util/gailtextutil.c @@ -22,6 +22,21 @@ #include #include "gailtextutil.h" +/** + * SECTION:gailtextutil + * @Short_description: GailTextUtil is a utility class which can be used to + * implement some of the #AtkText functions for accessible objects + * which implement #AtkText. + * @Title: GailTextUtil + * + * GailTextUtil is a utility class which can be used to implement the + * #AtkText functions which get text for accessible objects which implement + * #AtkText. + * + * In GAIL it is used by the accsesible objects for #GnomeCanvasText, #GtkEntry, + * #GtkLabel, #GtkCellRendererText and #GtkTextView. + */ + static void gail_text_util_class_init (GailTextUtilClass *klass); static void gail_text_util_init (GailTextUtil *textutil);