Geany dev
Data Structures | Typedefs | Functions
search.h File Reference

Search (prefs). More...

Data Structures

struct  GeanySearchPrefs
 Search preferences. More...
 

Typedefs

typedef struct GeanySearchPrefs GeanySearchPrefs
 Search preferences.
 

Functions

void search_show_find_in_files_dialog (const gchar *dir)
 Shows the Find in Files dialog. More...
 

Detailed Description

Search (prefs).

Function Documentation

◆ search_show_find_in_files_dialog()

void search_show_find_in_files_dialog ( const gchar *  dir)

Shows the Find in Files dialog.

Parameters
dirThe directory to search in (UTF-8 encoding). May be NULL to determine it the usual way by using the current document's path.
Since
0.14, plugin API 53