gtksearchengine: Add autoptr handler for this type

So subclasses can just use G_DECLARE_*_TYPE.
This commit is contained in:
Carlos Garnacho 2020-05-17 00:04:15 +02:00
parent 99031f885e
commit 5858f7c5bd

View File

@ -40,6 +40,8 @@ typedef struct _GtkSearchEngineClass GtkSearchEngineClass;
typedef struct _GtkSearchEnginePrivate GtkSearchEnginePrivate; typedef struct _GtkSearchEnginePrivate GtkSearchEnginePrivate;
typedef struct _GtkSearchHit GtkSearchHit; typedef struct _GtkSearchHit GtkSearchHit;
G_DEFINE_AUTOPTR_CLEANUP_FUNC (GtkSearchEngine, g_object_unref)
struct _GtkSearchHit struct _GtkSearchHit
{ {
GFile *file; GFile *file;