| 16 * |
16 * |
| 17 * You should have received a copy of the GNU General Public License |
17 * You should have received a copy of the GNU General Public License |
| 18 * along with this program; if not, write to the Free Software |
18 * along with this program; if not, write to the Free Software |
| 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 20 */ |
20 */ |
| |
21 |
| |
22 #ifndef PIDGIN_CONV_THEME_LOADER_H |
| |
23 #define PIDGIN_CONV_THEME_LOADER_H |
| 21 /** |
24 /** |
| 22 * SECTION:gtkconv-theme-loader |
25 * SECTION:gtkconv-theme-loader |
| 23 * @section_id: pidgin-gtkconv-theme-loader |
26 * @section_id: pidgin-gtkconv-theme-loader |
| 24 * @short_description: <filename>gtkconv-theme-loader.h</filename> |
27 * @short_description: <filename>gtkconv-theme-loader.h</filename> |
| 25 * @title: Conversation Theme Loader Class |
28 * @title: Conversation Theme Loader Class |
| 26 */ |
29 */ |
| 27 |
|
| 28 #ifndef PIDGIN_CONV_THEME_LOADER_H |
|
| 29 #define PIDGIN_CONV_THEME_LOADER_H |
|
| 30 |
30 |
| 31 #include <glib.h> |
31 #include <glib.h> |
| 32 #include <glib-object.h> |
32 #include <glib-object.h> |
| 33 #include "theme-loader.h" |
33 #include "theme-loader.h" |
| 34 |
34 |