Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
garcon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xfce
garcon
Commits
2de38246
Commit
2de38246
authored
2 years ago
by
Gaël Bonithon
Browse files
Options
Downloads
Patches
Plain Diff
garcon-gtk: Fix typo in GObject macros
parent
e4037caa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
garcon-gtk/garcon-gtk-menu.h
+2
-2
2 additions, 2 deletions
garcon-gtk/garcon-gtk-menu.h
with
2 additions
and
2 deletions
garcon-gtk/garcon-gtk-menu.h
+
2
−
2
View file @
2de38246
...
...
@@ -32,10 +32,10 @@ G_BEGIN_DECLS
#define GARCON_GTK_TYPE_MENU (garcon_gtk_menu_get_type ())
#define GARCON_GTK_MENU(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GARCON_GTK_TYPE_MENU, GarconGtkMenu))
#define GARCON_GTK_MENU_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GARCON_GTK_TYPE_MENU, GarcontkMenuClass))
#define GARCON_GTK_MENU_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GARCON_GTK_TYPE_MENU, Garcon
G
tkMenuClass))
#define GARCON_GTK_IS_MENU(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GARCON_GTK_TYPE_MENU))
#define GARCON_GTK_IS_MENU_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GARCON_GTK_TYPE_MENU))
#define GARCON_GTK_MENU_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GARCON_GTK_TYPE_MENU, GarcontkMenuClass))
#define GARCON_GTK_MENU_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GARCON_GTK_TYPE_MENU, Garcon
G
tkMenuClass))
typedef
struct
_GarconGtkMenuPrivate
GarconGtkMenuPrivate
;
typedef
struct
_GarconGtkMenuClass
GarconGtkMenuClass
;
...
...
This diff is collapsed.
Click to expand it.
Gaël Bonithon
@Tamaranch
mentioned in commit
4355d57a
·
2 years ago
mentioned in commit
4355d57a
mentioned in commit 4355d57a0905621eb49670f61d9cc5ec9f88bd7b
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment