Re: A question about GtkUIManager
- From: Matthias Clasen <mclasen redhat com>
- To: "Wang, Yong Y" <yong y wang intel com>
- Cc: gtk-devel-list gnome org
- Subject: Re: A question about GtkUIManager
- Date: Thu, 25 Aug 2005 09:47:26 -0400
On Thu, 2005-08-25 at 18:21 +0800, Wang, Yong Y wrote:
> Hi,
>
> I have a question regarding GtkUIManager. Documentation for the "ui"
> property of GtkUIManager says
>
> The "ui" property
> "ui" gchararray : Read
> An XML string describing the merged UI.
>
> Default value: NULL
>
> However, it seems that's not true. Below is the test case and its
> output.
>
> #include <gtk/gtk.h>
>
> int main (int argc, char* argv[])
> {
> GtkUIManager *ui_manager;
> gchar *ui = NULL;
>
> gtk_init (&argc, &argv);
>
> ui_manager = gtk_ui_manager_new ();
>
> g_object_get(G_OBJECT(ui_manager), "ui", &ui, NULL);
> if (ui)
> g_printf ("%s", ui);
>
> return 0;
> }
>
> ********** Output **********
>
> <ui>
> </ui>
>
> Is this a bug? Or the documentation means the stuff that actually
> matters between the <ui> tags is an empty string? If so, is this a
> gtk-doc bug?
>
Small documentation bug, thanks for pointing it out.
Matthias
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]