svn path=/trunk/; revision=20888
This commit is contained in:
Matthias Clasen
2008-07-22 00:39:10 +00:00
parent 94ba6bba06
commit c3e0a4ea74
228 changed files with 62641 additions and 58797 deletions

View File

@ -1117,6 +1117,8 @@ gtk_selection_convert (GtkWidget *widget,
*
* Retrieves the target of the selection.
*
* Returns: the target of the selection.
*
* Since: 2.14
**/
GdkAtom
@ -1133,6 +1135,8 @@ gtk_selection_data_get_target (GtkSelectionData *selection_data)
*
* Retrieves the data type of the selection.
*
* Returns: the data type of the selection.
*
* Since: 2.14
**/
GdkAtom
@ -1149,6 +1153,8 @@ gtk_selection_data_get_data_type (GtkSelectionData *selection_data)
*
* Retrieves the format of the selection.
*
* Returns: the format of the selection.
*
* Since: 2.14
**/
gint
@ -1168,6 +1174,8 @@ gtk_selection_data_get_format (GtkSelectionData *selection_data)
*
* If @length is not %NULL it is filled with the length of data.
*
* Returns: the raw data of the selection.
*
* Since: 2.14
**/
const guchar*
@ -1188,6 +1196,8 @@ gtk_selection_data_get_data (GtkSelectionData *selection_data,
*
* Retrieves the display of the selection.
*
* Returns: the display of the selection.
*
* Since: 2.14
**/
GdkDisplay *