mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 04:15:49 +01:00
docs: Move the GFilenameCompleter SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
4f9b00907e
commit
663f1a64f6
@ -32,15 +32,12 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gfilenamecompleter
|
* GFilenameCompleter:
|
||||||
* @short_description: Filename Completer
|
|
||||||
* @include: gio/gio.h
|
|
||||||
*
|
*
|
||||||
* Completes partial file and directory names given a partial string by
|
* Completes partial file and directory names given a partial string by
|
||||||
* looking in the file system for clues. Can return a list of possible
|
* looking in the file system for clues. Can return a list of possible
|
||||||
* completion strings for widget implementations.
|
* completion strings for widget implementations.
|
||||||
*
|
*/
|
||||||
**/
|
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
GOT_COMPLETION_DATA,
|
GOT_COMPLETION_DATA,
|
||||||
|
@ -38,11 +38,6 @@ G_BEGIN_DECLS
|
|||||||
#define G_IS_FILENAME_COMPLETER(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_FILENAME_COMPLETER))
|
#define G_IS_FILENAME_COMPLETER(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_FILENAME_COMPLETER))
|
||||||
#define G_IS_FILENAME_COMPLETER_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_FILENAME_COMPLETER))
|
#define G_IS_FILENAME_COMPLETER_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_FILENAME_COMPLETER))
|
||||||
|
|
||||||
/**
|
|
||||||
* GFilenameCompleter:
|
|
||||||
*
|
|
||||||
* Completes filenames based on files that exist within the file system.
|
|
||||||
**/
|
|
||||||
typedef struct _GFilenameCompleterClass GFilenameCompleterClass;
|
typedef struct _GFilenameCompleterClass GFilenameCompleterClass;
|
||||||
|
|
||||||
struct _GFilenameCompleterClass
|
struct _GFilenameCompleterClass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user