[maemo-commits] [maemo-commits] r18787 - in projects/haf/trunk/gtk+: . gtk
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Jun 23 17:03:56 EEST 2009
- Previous message: [maemo-commits] r18786 - projects/haf/tags/gtk+
- Next message: [maemo-commits] r18788 - in projects/haf/trunk/gtk+: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: csaavedra Date: 2009-06-23 17:03:51 +0300 (Tue, 23 Jun 2009) New Revision: 18787 Modified: projects/haf/trunk/gtk+/ChangeLog projects/haf/trunk/gtk+/gtk/gtkdialog.c Log: 2009-06-23 Claudio Saavedra <csaavedra at igalia.com> * gtk/gtkdialog.c: Add "since" marks to new methods. Modified: projects/haf/trunk/gtk+/ChangeLog =================================================================== --- projects/haf/trunk/gtk+/ChangeLog 2009-06-23 11:44:54 UTC (rev 18786) +++ projects/haf/trunk/gtk+/ChangeLog 2009-06-23 14:03:51 UTC (rev 18787) @@ -1,5 +1,9 @@ 2009-06-23 Claudio Saavedra <csaavedra at igalia.com> + * gtk/gtkdialog.c: Add "since" marks to new methods. + +2009-06-23 Claudio Saavedra <csaavedra at igalia.com> + Releasing 2:2.14.7-1maemo1 * debian/changelog: Updates. Modified: projects/haf/trunk/gtk+/gtk/gtkdialog.c =================================================================== --- projects/haf/trunk/gtk+/gtk/gtkdialog.c 2009-06-23 11:44:54 UTC (rev 18786) +++ projects/haf/trunk/gtk+/gtk/gtkdialog.c 2009-06-23 14:03:51 UTC (rev 18787) @@ -1137,6 +1137,8 @@ * @right_padding: Padding to add at the right of the dialog. * * Sets additional padding around the dialog. + * + * Since: maemo 5.0 **/ void gtk_dialog_set_padding (GtkDialog *dialog, @@ -1163,6 +1165,8 @@ * @padding_right: location to store the padding for the right of the dialog, or %NULL * * Gets the padding on the different sides of the dialog. + * + * Since: maemo 5.0 **/ void gtk_dialog_get_padding (GtkDialog *dialog,
- Previous message: [maemo-commits] r18786 - projects/haf/tags/gtk+
- Next message: [maemo-commits] r18788 - in projects/haf/trunk/gtk+: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]