mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
Doc fixes.
Tue Apr 30 14:15:14 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkfilesel.c gtk/gtkselection.c: Doc fixes.
This commit is contained in:
parent
c117408d9e
commit
b21eb2834b
@ -1,6 +1,10 @@
|
||||
Tue Apr 30 14:15:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkfilesel.c gtk/gtkselection.c: Doc fixes.
|
||||
|
||||
2002-04-30 Erwann Chenede - <erwann.chenede@sun.com>
|
||||
|
||||
* gdk/x11/gdkimage-x11.c : retionalized multihead code
|
||||
* gdk/x11/gdkimage-x11.c : rationalized multihead code
|
||||
in _gdk_x11_copy_to_image. fixes #80256 and ungrab problems.
|
||||
|
||||
2002-04-30 Havoc Pennington <hp@redhat.com>
|
||||
|
@ -1,6 +1,10 @@
|
||||
Tue Apr 30 14:15:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkfilesel.c gtk/gtkselection.c: Doc fixes.
|
||||
|
||||
2002-04-30 Erwann Chenede - <erwann.chenede@sun.com>
|
||||
|
||||
* gdk/x11/gdkimage-x11.c : retionalized multihead code
|
||||
* gdk/x11/gdkimage-x11.c : rationalized multihead code
|
||||
in _gdk_x11_copy_to_image. fixes #80256 and ungrab problems.
|
||||
|
||||
2002-04-30 Havoc Pennington <hp@redhat.com>
|
||||
|
@ -1,6 +1,10 @@
|
||||
Tue Apr 30 14:15:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkfilesel.c gtk/gtkselection.c: Doc fixes.
|
||||
|
||||
2002-04-30 Erwann Chenede - <erwann.chenede@sun.com>
|
||||
|
||||
* gdk/x11/gdkimage-x11.c : retionalized multihead code
|
||||
* gdk/x11/gdkimage-x11.c : rationalized multihead code
|
||||
in _gdk_x11_copy_to_image. fixes #80256 and ungrab problems.
|
||||
|
||||
2002-04-30 Havoc Pennington <hp@redhat.com>
|
||||
|
@ -1,6 +1,10 @@
|
||||
Tue Apr 30 14:15:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkfilesel.c gtk/gtkselection.c: Doc fixes.
|
||||
|
||||
2002-04-30 Erwann Chenede - <erwann.chenede@sun.com>
|
||||
|
||||
* gdk/x11/gdkimage-x11.c : retionalized multihead code
|
||||
* gdk/x11/gdkimage-x11.c : rationalized multihead code
|
||||
in _gdk_x11_copy_to_image. fixes #80256 and ungrab problems.
|
||||
|
||||
2002-04-30 Havoc Pennington <hp@redhat.com>
|
||||
|
@ -1,6 +1,10 @@
|
||||
Tue Apr 30 14:15:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkfilesel.c gtk/gtkselection.c: Doc fixes.
|
||||
|
||||
2002-04-30 Erwann Chenede - <erwann.chenede@sun.com>
|
||||
|
||||
* gdk/x11/gdkimage-x11.c : retionalized multihead code
|
||||
* gdk/x11/gdkimage-x11.c : rationalized multihead code
|
||||
in _gdk_x11_copy_to_image. fixes #80256 and ungrab problems.
|
||||
|
||||
2002-04-30 Havoc Pennington <hp@redhat.com>
|
||||
|
@ -1,6 +1,10 @@
|
||||
Tue Apr 30 14:15:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkfilesel.c gtk/gtkselection.c: Doc fixes.
|
||||
|
||||
2002-04-30 Erwann Chenede - <erwann.chenede@sun.com>
|
||||
|
||||
* gdk/x11/gdkimage-x11.c : retionalized multihead code
|
||||
* gdk/x11/gdkimage-x11.c : rationalized multihead code
|
||||
in _gdk_x11_copy_to_image. fixes #80256 and ungrab problems.
|
||||
|
||||
2002-04-30 Havoc Pennington <hp@redhat.com>
|
||||
|
@ -1170,13 +1170,15 @@ gtk_file_selection_set_filename (GtkFileSelection *filesel,
|
||||
* gtk_file_selection_get_filename:
|
||||
* @filesel: a #GtkFileSelection
|
||||
*
|
||||
* This function returns the selected filename in encoding of
|
||||
* g_filename_from_utf8(), which may or may not be the same as that
|
||||
* This function returns the selected filename in the on-disk encoding
|
||||
* (See g_filename_from_utf8()), which may or may not be the same as that
|
||||
* used by GTK+ (UTF-8). To convert to UTF-8, call g_filename_to_utf8().
|
||||
* The returned string points to a statically allocated buffer and
|
||||
* should be copied if you plan to keep it around.
|
||||
*
|
||||
* Return value: currently-selected filename in locale's encoding
|
||||
* If no file is selected then the selected directory path is returned.
|
||||
*
|
||||
* Return value: currently-selected filename in the on-disk encoding.
|
||||
**/
|
||||
G_CONST_RETURN gchar*
|
||||
gtk_file_selection_get_filename (GtkFileSelection *filesel)
|
||||
|
@ -310,7 +310,6 @@ _gtk_plug_remove_from_socket (GtkPlug *plug,
|
||||
|
||||
/**
|
||||
* gtk_plug_construct:
|
||||
* @display: the #GdkDisplay associated with @socket_id's #GtkSocket.
|
||||
* @plug: a #GtkPlug.
|
||||
* @socket_id: the XID of the socket's window.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user