gtk+ r21979 - in trunk: . gtk
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21979 - in trunk: . gtk
- Date: Mon, 29 Dec 2008 04:50:15 +0000 (UTC)
Author: matthiasc
Date: Mon Dec 29 04:50:15 2008
New Revision: 21979
URL: http://svn.gnome.org/viewvc/gtk+?rev=21979&view=rev
Log:
Un-doc-commentize non-exported functions
Modified:
trunk/ChangeLog
trunk/gtk/gtktextutil.c
trunk/gtk/gtkwidget.c
Modified: trunk/gtk/gtktextutil.c
==============================================================================
--- trunk/gtk/gtktextutil.c (original)
+++ trunk/gtk/gtktextutil.c Mon Dec 29 04:50:15 2008
@@ -105,7 +105,7 @@
(* info->func) (buf, info->data);
}
-/**
+/*
* _gtk_text_util_append_special_char_menuitems
* @menushell: a #GtkMenuShell
* @callback: call this when an item is chosen
@@ -119,7 +119,7 @@
* become public sometime, but it probably needs more thought first.
* e.g. maybe there should be a way to just get the list of items,
* instead of requiring the menu items to be created.
- **/
+ */
void
_gtk_text_util_append_special_char_menuitems (GtkMenuShell *menushell,
GtkTextUtilCharChosenFunc func,
@@ -194,14 +194,16 @@
}
}
-/**
+/*
* _gtk_text_util_create_drag_icon
* @widget: #GtkWidget to extract the pango context
* @text: a #gchar to render the icon
* @len: length of @text, or -1 for NUL-terminated text
*
* Creates a drag and drop icon from @text.
- **/
+ *
+ * Returns: a #GdkPixmap to use as DND icon
+ */
GdkPixmap *
_gtk_text_util_create_drag_icon (GtkWidget *widget,
gchar *text,
@@ -401,7 +403,7 @@
return width;
}
-/**
+/*
* _gtk_text_util_get_block_cursor_location
* @layout: a #PangoLayout
* @index: index at which cursor is located
@@ -410,8 +412,8 @@
* character
*
* Returns: whether cursor should actually be drawn as a rectangle.
- * It may not be the case if character at index is invisible.
- **/
+ * It may not be the case if character at index is invisible.
+ */
gboolean
_gtk_text_util_get_block_cursor_location (PangoLayout *layout,
gint index,
Modified: trunk/gtk/gtkwidget.c
==============================================================================
--- trunk/gtk/gtkwidget.c (original)
+++ trunk/gtk/gtkwidget.c Mon Dec 29 04:50:15 2008
@@ -8071,14 +8071,14 @@
return NULL;
}
-/**
+/*
* _gtk_widget_set_pointer_window:
* @widget: a #GtkWidget.
* @pointer_window: the new pointer window.
*
* Sets pointer window for @widget. Does not ref @pointer_window.
* Actually stores it on the #GdkScreen, but you don't need to know that.
- **/
+ */
void
_gtk_widget_set_pointer_window (GtkWidget *widget,
GdkWindow *pointer_window)
@@ -8094,13 +8094,13 @@
}
}
-/**
+/*
* _gtk_widget_get_pointer_window:
* @widget: a #GtkWidget.
*
* Return value: the pointer window set on the #GdkScreen @widget is attached
* to, or %NULL.
- **/
+ */
GdkWindow *
_gtk_widget_get_pointer_window (GtkWidget *widget)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]