finch/libgnt/gntprogressbar.h

branch
soc.2013.gobjectification.plugins
changeset 37094
84873ce721dc
parent 37085
e51e21611af9
parent 35487
494f09f7f331
child 37111
efe4b7c5218a
equal deleted inserted replaced
37093:dae3c140ebaa 37094:84873ce721dc
17 * 17 *
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 */ 21 */
22
23 #ifndef GNT_PROGRESS_BAR_H
24 #define GNT_PROGRESS_BAR_H
22 /** 25 /**
23 * SECTION:gntprogressbar 26 * SECTION:gntprogressbar
24 * @section_id: libgnt-gntprogressbar 27 * @section_id: libgnt-gntprogressbar
25 * @short_description: <filename>gntprogressbar.h</filename> 28 * @short_description: <filename>gntprogressbar.h</filename>
26 * @title: Progress Bar 29 * @title: Progress Bar
27 */ 30 */
28
29 #ifndef GNT_PROGRESS_BAR_H
30 #define GNT_PROGRESS_BAR_H
31 31
32 #include "gnt.h" 32 #include "gnt.h"
33 #include "gntwidget.h" 33 #include "gntwidget.h"
34 34
35 #define GNT_TYPE_PROGRESS_BAR (gnt_progress_bar_get_type ()) 35 #define GNT_TYPE_PROGRESS_BAR (gnt_progress_bar_get_type ())

mercurial