Skip to content

Commit

Permalink
fixed incorrect vapi
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed Apr 4, 2017
1 parent 6f64772 commit fdb6847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vapi/cvalapanel.vapi
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ namespace ValaPanel
GRAB,
WAITING
}
[CCode(cname="PanelAlignmentType", cprefix="ALIGN_", cheader_filename = "lib/c-lib/toplevel.h,lib/c-lib/vala-panel-enums.h")]
[CCode(cname="PanelAlignmentType", cprefix="ALIGN_", cheader_filename = "lib/c-lib/toplevel.h,lib/vala-panel-enums.h")]
public enum AlignmentType
{
START,
CENTER,
END
}
[CCode(cname="PanelIconSizeHints", cprefix="", cheader_filename = "lib/c-lib/toplevel.h,lib/c-lib/vala-panel-enums.h")]
[CCode(cname="PanelIconSizeHints", cprefix="", cheader_filename = "lib/c-lib/toplevel.h,lib/vala-panel-enums.h")]
internal enum IconSizeHints
{
XXS,
Expand Down

0 comments on commit fdb6847

Please sign in to comment.