diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-27 23:08:08 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-27 23:08:08 -0500 |
commit | bf35c77f14f443670bd48bb8a321e974b0e57c7d (patch) | |
tree | fd8f8429476270d03843d972565bd0368d895879 /gtk/gtkbuildable.c | |
parent | 4a2043cbd2d2fbe33d16af81ef9926a19093b987 (diff) | |
download | gtk+-bf35c77f14f443670bd48bb8a321e974b0e57c7d.tar.gz |
docs: use () instead of <function> tags
Diffstat (limited to 'gtk/gtkbuildable.c')
-rw-r--r-- | gtk/gtkbuildable.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkbuildable.c b/gtk/gtkbuildable.c index 3264e05fde..e23829ed18 100644 --- a/gtk/gtkbuildable.c +++ b/gtk/gtkbuildable.c @@ -29,8 +29,7 @@ * The GtkBuildable interface is implemented by all widgets and * many of the non-widget objects that are provided by GTK+. The * main user of this interface is #GtkBuilder. There should be - * very little need for applications to call any - * <function>gtk_buildable_...</function> functions. + * very little need for applications to call any of these functions directly. * * <note><para>An object only needs to implement this interface if it needs * to extend the #GtkBuilder format or run any extra routines at deserialization time</para></note> |