Note that there are some explanatory texts on larger screens.

plurals
  1. USJustus Schmidt
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COsince you edit your code in the Question, i am a bit confused of my answer. Well, if it works for you, there is nothing to ask right now. !! BUT PLEASE !! use MEANINGFUL names for your variables. The 'aa' for example is a string and a function that returns a string and also expect a string. Nobody will ever understand, what you are doing right now. Using numbers for classes like 'fw1' 'fw2" (s.o.) is also a bad idea. it seems like they are the same, so why not use one 'fw' class several times and store them in an array or something else. Well good luck, on what your are doing.
      singulars
    2. COlike Roddy say: "Every .h file should explicitly #include every other .h file it needs in order to compile, and no more." your myType.h should always have all its functions and it's struct. But you need someType, so you include it. There is nothing wrong about that. My thought was, that you still can have a "type.h" which only have includes of all your Types.h, no functions, no structs, no defines. so you only have to use "#include type.h" in module if you want to use any of your custom types. If you are using gtk have a look into gtk.h
      singulars
    3. COthis was my first idea, to implement my needs. didn't found an other way :/ btw: just saw i am using gtk 2.10 on arm and 2.24 on my pc. your right, 2.10 doesn't use GSEAL. i am looking forward to find another solution, like ebassi said.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload