forked from AuroraMiddleware/gtk
Document the fact that the newly created object does not come with a
2003-09-27 Matthias Clasen <maclas@gmx.de> * gtk/gtkwindow.c (gtk_window_new): * gtk/gtkitemfactory.c (gtk_item_factory_new): Document the fact that the newly created object does not come with a floating reference. (#103068, patch by Frederic Lespez)
This commit is contained in:
parent
08573c0879
commit
32a167b96a
@ -1,5 +1,10 @@
|
||||
2003-09-27 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_new):
|
||||
* gtk/gtkitemfactory.c (gtk_item_factory_new): Document
|
||||
the fact that the newly created object does not come with
|
||||
a floating reference. (#103068, patch by Frederic Lespez)
|
||||
|
||||
* gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor
|
||||
of GtkUIManager. Just leave GtkTranslateFunc undeprecated,
|
||||
since GtkActionGroup uses it.
|
||||
|
@ -1,5 +1,10 @@
|
||||
2003-09-27 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_new):
|
||||
* gtk/gtkitemfactory.c (gtk_item_factory_new): Document
|
||||
the fact that the newly created object does not come with
|
||||
a floating reference. (#103068, patch by Frederic Lespez)
|
||||
|
||||
* gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor
|
||||
of GtkUIManager. Just leave GtkTranslateFunc undeprecated,
|
||||
since GtkActionGroup uses it.
|
||||
|
@ -1,5 +1,10 @@
|
||||
2003-09-27 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_new):
|
||||
* gtk/gtkitemfactory.c (gtk_item_factory_new): Document
|
||||
the fact that the newly created object does not come with
|
||||
a floating reference. (#103068, patch by Frederic Lespez)
|
||||
|
||||
* gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor
|
||||
of GtkUIManager. Just leave GtkTranslateFunc undeprecated,
|
||||
since GtkActionGroup uses it.
|
||||
|
@ -1,5 +1,10 @@
|
||||
2003-09-27 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_new):
|
||||
* gtk/gtkitemfactory.c (gtk_item_factory_new): Document
|
||||
the fact that the newly created object does not come with
|
||||
a floating reference. (#103068, patch by Frederic Lespez)
|
||||
|
||||
* gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor
|
||||
of GtkUIManager. Just leave GtkTranslateFunc undeprecated,
|
||||
since GtkActionGroup uses it.
|
||||
|
@ -1,5 +1,10 @@
|
||||
2003-09-27 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_new):
|
||||
* gtk/gtkitemfactory.c (gtk_item_factory_new): Document
|
||||
the fact that the newly created object does not come with
|
||||
a floating reference. (#103068, patch by Frederic Lespez)
|
||||
|
||||
* gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor
|
||||
of GtkUIManager. Just leave GtkTranslateFunc undeprecated,
|
||||
since GtkActionGroup uses it.
|
||||
|
@ -200,6 +200,8 @@ gtk_item_factory_init (GtkItemFactory *ifactory)
|
||||
* @returns: a new #GtkItemFactory
|
||||
*
|
||||
* Creates a new #GtkItemFactory.
|
||||
*
|
||||
* Beware that the returned object does not have a floating reference.
|
||||
*/
|
||||
GtkItemFactory*
|
||||
gtk_item_factory_new (GType container_type,
|
||||
|
Loading…
Reference in New Issue
Block a user