This file is indexed.

/usr/share/doc/libsigc++-1.2-dev/IDEAS is in libsigc++-1.2-dev 1.2.7-2ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
Signal Ideas
------------------
VA argument signals?

Advanced signals with recursion controls? 

Do we have an equivelent of gtk_signal_handler_block_by_func()?

Example use: (from mail messages)
>  Changed loop between two text_entries.
>
>  In most cases you get away by testing if a value really changed in your 
>  signal handler. In some occasions, though (when a test would be expensive
>  or impossible because you don't keep "local" copies of the value in your 
>  program), I use gtk_signal_handler_block_by_func().


Slot Ideas
------------------

Connection Ideas
------------------