Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

More implementation #42

Merged
merged 6 commits into from
Mar 3, 2018
Merged

More implementation #42

merged 6 commits into from
Mar 3, 2018

Conversation

decriptor
Copy link
Contributor

No description provided.

@@ -3,7 +3,6 @@

namespace Gir
{
[Serializable]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What?

@@ -3,7 +3,6 @@

namespace Gir
{
[Serializable]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove the serializables here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was only on 3 files and doesn't appear to be needed. I was just going for consistency

@@ -16,7 +16,7 @@ public static string ToCSharp (this string cname)

bool isUpper = true;
foreach (var c in cname) {
if (c == '_') {
if (c == '_' || c == '-') {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Because we are changing the element's Namespace in the case of Signal or
glib:signal we have to reset it back to:
http://www.gtk.org/introspection/core/1.0
for signal's elements
@decriptor decriptor force-pushed the more-implementation branch from dfbb22c to 79faf51 Compare March 3, 2018 11:10
@Therzok Therzok merged commit f355bc3 into master Mar 3, 2018
@Therzok Therzok deleted the more-implementation branch March 3, 2018 12:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants