gtk2/gtk/tests
Tor Lillqvist 87141cf4c8 Get rid of the rest of variables exported from libgtk
Especially the gtk_*_type ones in gtktexttypes.h were mentioned in
gtk.symbols presumably by accident. That header isn't even installed,
so no way can they be supposed to be public.

gtk_text_attr_appearance_type is from the installed but "semi-private"
gtktextlayout.h, so drop that one too from gtk.symbols for now.

The use of gtk_text_unknown_char_utf8 is bit of a mess. Code in a few
files knew implicitly that it is three bytes. Define a symbolic name
for the length of it instead. Add an exported function
gtk_text_unknown_char_utf8_gtk_tests_only() that returns a pointer to
it just for the sake of gtk/tests/textbuffer.c. Prefix the variable
with an underscore.

I doubt the usefulness of the test_utf8() in textbuffer.c. If it could
be dropped, gtk_text_unknown_char_utf8_gtk_tests_only() could be
dropped, too.
2010-09-08 21:31:34 +03:00
..
file-chooser-test-dir [tests] Move filechooser test files to correct location 2010-05-11 00:50:54 +02:00
action.c Fix compilation warning: Use GtkWidget instead GtkMenuItem 2010-03-25 14:52:18 +01:00
builder.c gtk/tests/builder.c: Use accessor functions to access GtkWidget 2010-08-22 18:33:10 +02:00
crossingevents.c
defaultvalue.c API: remove GdkPangoRenderer 2010-08-10 21:02:29 +02:00
expander.c Use GtkBin accessors 2010-07-13 19:40:47 +02:00
filechooser.c bgo#625416 - Don't reload the filechooser's folder during a re-map event 2010-08-10 11:36:03 -05:00
filtermodel.c Revert "Add length to gtk_tree_path_get_indices" 2010-06-28 14:15:10 -04:00
floating.c Remove some GTK_DISABLE_DEPRECATED and ENABLE_BROKEN guards 2010-06-07 04:50:05 +02:00
gtk-example-application.c [gtk-example-application] Use the new api 2010-06-24 02:02:10 +02:00
liststore.c Revert "Add length to gtk_tree_path_get_indices" 2010-06-28 14:15:10 -04:00
Makefile.am Make GTK+ use an external gdk-pixbuf 2010-06-26 01:09:05 -04:00
object.c Remove GtkCurve completely 2010-05-03 01:51:20 +02:00
pixbuf-init.c Some cleanups after the module cache file change 2010-05-18 19:23:06 -04:00
recentmanager.c
testing.c gtk/tests/testing.c: Use accessor functions to access GtkWidget 2010-08-22 18:33:04 +02:00
textbuffer.c Get rid of the rest of variables exported from libgtk 2010-09-08 21:31:34 +03:00
treestore.c Revert "Add length to gtk_tree_path_get_indices" 2010-06-28 14:15:10 -04:00
treeview-scrolling.c gtk/tests/treeview-scrolling.c: Use accessor functions to acccess GtkWidget 2010-08-22 18:32:56 +02:00
treeview.c let the close button reflect the page_complete status of SUMMARY pages 2009-12-10 22:06:30 +01:00