close comment.

2001-12-05  Sven Neumann  <sven@gimp.org>

	* gtk/gtkwidget.c (gtk_widget_reset_shapes): close comment.

	* gtk/queryimmodules.c: g_dir_read_name() returns const.
This commit is contained in:
Sven Neumann 2001-12-05 02:14:27 +00:00 committed by Sven Neumann
parent 6b1407a3ec
commit 57f508467e
2 changed files with 2 additions and 1 deletions

View File

@ -5969,6 +5969,7 @@ gtk_reset_shapes_recurse (GtkWidget *widget,
* @widget: a #GtkWidget.
*
* Recursively resets the shape on this widget and its descendants.
**/
void
gtk_widget_reset_shapes (GtkWidget *widget)
{

View File

@ -142,7 +142,7 @@ int main (int argc, char **argv)
GDir *dir = g_dir_open (dirs[i], 0, NULL);
if (dir)
{
char *dent;
const char *dent;
while ((dent = g_dir_read_name (dir)))
{