mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Typedef GNCSearchOwnerPrivate only once.
This commit is contained in:
parent
727348eff3
commit
c140563e10
@ -49,8 +49,6 @@ static void gnc_search_owner_class_init (GNCSearchOwnerClass *klass);
|
|||||||
static void gnc_search_owner_init (GNCSearchOwner *gspaper);
|
static void gnc_search_owner_init (GNCSearchOwner *gspaper);
|
||||||
static void gnc_search_owner_finalize (GObject *obj);
|
static void gnc_search_owner_finalize (GObject *obj);
|
||||||
|
|
||||||
typedef struct _GNCSearchOwnerPrivate GNCSearchOwnerPrivate;
|
|
||||||
|
|
||||||
typedef struct _GNCSearchOwnerPrivate
|
typedef struct _GNCSearchOwnerPrivate
|
||||||
{
|
{
|
||||||
GncOwner owner;
|
GncOwner owner;
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# This is a list of files which contain translatable strings.
|
# This is a list of files which contain translatable strings.
|
||||||
# This file was autogenerated by cmake.
|
# This file was autogenerated by cmake.
|
||||||
|
bindings/python/gnucash_core.c
|
||||||
borrowed/goffice/go-charmap-sel.c
|
borrowed/goffice/go-charmap-sel.c
|
||||||
borrowed/goffice/go-glib-extras.c
|
borrowed/goffice/go-glib-extras.c
|
||||||
borrowed/goffice/go-optionmenu.c
|
borrowed/goffice/go-optionmenu.c
|
||||||
@ -193,6 +194,7 @@ gnucash/gnome-utils/search-param.c
|
|||||||
gnucash/gnome-utils/tree-view-utils.c
|
gnucash/gnome-utils/tree-view-utils.c
|
||||||
gnucash/gnome-utils/window-main-summarybar.c
|
gnucash/gnome-utils/window-main-summarybar.c
|
||||||
gnucash/gnucash-bin.c
|
gnucash/gnucash-bin.c
|
||||||
|
gnucash/gnucash-gresources.c
|
||||||
gnucash/gschemas/org.gnucash.dialogs.business.gschema.xml.in
|
gnucash/gschemas/org.gnucash.dialogs.business.gschema.xml.in
|
||||||
gnucash/gschemas/org.gnucash.dialogs.checkprinting.gschema.xml.in
|
gnucash/gschemas/org.gnucash.dialogs.checkprinting.gschema.xml.in
|
||||||
gnucash/gschemas/org.gnucash.dialogs.commodities.gschema.xml.in
|
gnucash/gschemas/org.gnucash.dialogs.commodities.gschema.xml.in
|
||||||
|
Loading…
Reference in New Issue
Block a user